|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.ipojo.architecture.PropertyDescription
public class PropertyDescription
Property Information.
Constructor Summary | |
---|---|
PropertyDescription(java.lang.String name,
java.lang.String type,
java.lang.String value)
Constructor. |
|
PropertyDescription(java.lang.String name,
java.lang.String type,
java.lang.String value,
boolean immutable)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getName()
Get the current property name. |
java.lang.Object |
getObjectValue(org.osgi.framework.BundleContext context)
Get the object value of the current immutable property. |
java.lang.String |
getType()
Get the current property type. |
java.lang.String |
getValue()
Get the current property value. |
boolean |
isImmutable()
Is the property immutable. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyDescription(java.lang.String name, java.lang.String type, java.lang.String value)
name
- : name of the propertytype
- : type of the propertyvalue
- : default value of the propertypublic PropertyDescription(java.lang.String name, java.lang.String type, java.lang.String value, boolean immutable)
name
- : name of the propertytype
- : type of the propertyvalue
- : default value of the propertyimmutable
- : the property is immutable.Method Detail |
---|
public java.lang.String getName()
public java.lang.String getType()
public java.lang.String getValue()
public boolean isImmutable()
public java.lang.Object getObjectValue(org.osgi.framework.BundleContext context)
context
- : bundle context to use to load classes.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |