Class PropertyImpl
java.lang.Object
net.officefloor.compile.impl.properties.PropertyImpl
- All Implemented Interfaces:
Property
Property implementation.- Author:
- Daniel Sagenschneider
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyImpl(String name) Instantiates the label as the name.PropertyImpl(String name, String label) Instantiate. -
Method Summary
-
Constructor Details
-
PropertyImpl
Instantiate.- Parameters:
name- Name of the property.label- Display label for the property. Should this be blank, it is defaulted toname.
-
PropertyImpl
Instantiates the label as the name.- Parameters:
name- Name of the property which is also used as the display label.
-
-
Method Details
-
getLabel
Description copied from interface:PropertyObtains the display label for the property. -
getName
Description copied from interface:PropertyObtains the name of the property. -
getValue
Description copied from interface:PropertyObtains the value of the property. -
setValue
Description copied from interface:PropertyChanges the value of the property.
-