|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.servicebinder.PropertyMetadata
public class PropertyMetadata
A property descriptor that contains the information for properties defined in the meta-data file.
Constructor Summary | |
---|---|
PropertyMetadata(java.lang.String name,
java.lang.String type,
java.lang.String val)
Create a PropertyMetadata object |
Method Summary | |
---|---|
java.lang.String |
getName()
Get the name of the property |
java.lang.String |
getType()
Get the type of the property |
java.lang.Object |
getValue()
Get the value of the property |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyMetadata(java.lang.String name, java.lang.String type, java.lang.String val)
name
- the name of the propertytype
- the type of the property (string, boolean, byte, char, short, int, long, float or double)val
- the value of the propertyMethod Detail |
---|
public java.lang.String getName()
public java.lang.String getType()
public java.lang.Object getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |