Class PropertyImpl
- java.lang.Object
-
- org.apache.felix.bundlerepository.impl.PropertyImpl
-
-
Constructor Summary
Constructors Constructor Description PropertyImpl(java.lang.String name, java.lang.String type, java.lang.String value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static java.lang.Object
convert(java.lang.String value, java.lang.String type)
java.lang.Object
getConvertedValue()
java.lang.String
getName()
java.lang.String
getType()
java.lang.String
getValue()
-
-
-
Method Detail
-
getConvertedValue
public java.lang.Object getConvertedValue()
- Specified by:
getConvertedValue
in interfaceProperty
-
convert
private static java.lang.Object convert(java.lang.String value, java.lang.String type)
-
-