Class ProcedurePropertyImpl

java.lang.Object
net.officefloor.activity.impl.procedure.ProcedurePropertyImpl
All Implemented Interfaces:
ProcedureProperty

public class ProcedurePropertyImpl extends Object implements ProcedureProperty
ProcedureProperty implementation.
Author:
Daniel Sagenschneider
  • Field Details

    • name

      protected final String name
      Name of property.
    • label

      protected final String label
      Label of property.
  • Constructor Details

    • ProcedurePropertyImpl

      public ProcedurePropertyImpl(String name, String label)
      Initiate with name and label of property.
      Parameters:
      name - Name of property.
      label - Label of property.
  • Method Details