|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.officefloor.compile.impl.properties.PropertyImpl
public class PropertyImpl
Property implementation.
| Constructor Summary | |
|---|---|
PropertyImpl(String name)
Instantiates the label as the name. |
|
PropertyImpl(String name,
String label)
Instantiate. |
|
| Method Summary | |
|---|---|
String |
getLabel()
Obtains the display label for the property. |
String |
getName()
Obtains the name of the property. |
String |
getValue()
Obtains the value of the property. |
void |
setValue(String value)
Changes 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 PropertyImpl(String name,
String label)
name - Name of the property.label - Display label for the property. Should this be blank, it is
defaulted to name.public PropertyImpl(String name)
name - Name of the property which is also used as the display label.| Method Detail |
|---|
public String getLabel()
Property
getLabel in interface Propertypublic String getName()
Property
getName in interface Propertypublic String getValue()
Property
getValue in interface Propertypublic void setValue(String value)
Property
setValue in interface Propertyvalue - Value of the property.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||