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 Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-