Class ProcedurePropertyImpl
java.lang.Object
net.officefloor.activity.impl.procedure.ProcedurePropertyImpl
- All Implemented Interfaces:
ProcedureProperty
ProcedureProperty implementation.- Author:
- Daniel Sagenschneider
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionProcedurePropertyImpl(String name, String label) Initiate with name and label of property. -
Method Summary
-
Field Details
-
name
Name of property. -
label
Label of property.
-
-
Constructor Details
-
ProcedurePropertyImpl
Initiate with name and label of property.- Parameters:
name- Name of property.label- Label of property.
-
-
Method Details
-
getName
Description copied from interface:ProcedurePropertyObtains name of property.- Specified by:
getNamein interfaceProcedureProperty- Returns:
- Name of property.
-
getLabel
Description copied from interface:ProcedurePropertyObtains the display name of the property. If this returnsnullthen the return value ofProcedureProperty.getName()is used.- Specified by:
getLabelin interfaceProcedureProperty- Returns:
- Display name of property.
-