|
||||||||||
| 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(String name,
String type,
String val)
Create a PropertyMetadata object |
|
| Method Summary | |
|---|---|
String |
getName()
Get the name of the property |
String |
getType()
Get the type of the property |
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(String name,
String type,
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 property| Method Detail |
|---|
public String getName()
public String getType()
public Object getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||