|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jdtaus.core.container.Property
Property meta-data.
A property consists of the properties , and . Property holds the name uniquely identifying the property in a collection of properties. Property holds the type of the property. Property holds the properties value which is of type . The flag indicates whether the property is part of a public API or not.
| Constructor Summary | |
Property()
|
|
| Method Summary | |
Object |
clone()
Creates and returns a deep copy of this object. |
boolean |
equals(Object o)
Indicates whether some other object is equal to this one by comparing the values of all properties. |
String |
getName()
Gets the name of the property. |
Class |
getType()
Gets the type of the property. |
Object |
getValue()
Gets the value of the property. |
int |
hashCode()
Returns a hash code value for this object. |
boolean |
isApi()
Gets the flag indicating if the property is part of a public API. |
void |
setApi(boolean value)
Setter for property . |
void |
setName(String value)
Setter for property . |
void |
setType(Class value)
Setter for property . |
void |
setValue(Object value)
Setter for property . |
String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Property()
| Method Detail |
public Object clone()
public boolean equals(Object o)
o - the reference object with which to compare.
public String getName()
public Class getType()
public Object getValue()
public int hashCode()
public boolean isApi()
public void setApi(boolean value)
value - if the property is part of a public API;
if not.public void setName(String value)
value - the new name of the property.public void setType(Class value)
value - the new type of the property.public void setValue(Object value)
value - the new value of the property.public String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||