|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.scr.impl.PropertyMetadata
public class PropertyMetadata
A property descriptor that contains the information for properties defined in the descriptor
Constructor Summary | |
---|---|
PropertyMetadata()
|
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 |
void |
setName(java.lang.String name)
Set the name |
void |
setType(java.lang.String type)
Set the type |
void |
setValue(java.lang.String value)
Set the value |
void |
setValues(java.lang.String values)
Set multiple values as an array, where the values are contained in the string as one value per line. |
void |
validate()
Method used to verify if the semantics of this metadata are correct |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyMetadata()
Method Detail |
---|
public void setName(java.lang.String name)
name
- public void setType(java.lang.String type)
type
- public void setValue(java.lang.String value)
value
- public void setValues(java.lang.String values)
values
- public java.lang.String getName()
public java.lang.String getType()
public java.lang.Object getValue()
public void validate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |