Class TabDepthOrderPolicyProperty

All Implemented Interfaces:
Property

public class TabDepthOrderPolicyProperty extends EnumProperty
Property for TabDepthOrderPolicy
Since:
ITP 1.2.0
See Also:
  • Constructor Details

    • TabDepthOrderPolicyProperty

      public TabDepthOrderPolicyProperty(PropertyGroup group, String name, String description, PropertyValueHandler valueStorage)
      Constructs a TabDepothOrderPolicyProperty object
      Parameters:
      group - property group
      name - property name
      description - property description
      valueStorage - storage for property
  • Method Details

    • get

      public TabDepthOrderPolicy get(Object object)
      Gets the TabDepthOrderPolicy
      Parameters:
      object - storage object for property
      Returns:
      the TabDepthOrderPolicy
    • set

      public void set(Object object, TabDepthOrderPolicy policy)
      Sets the TabDepthOrderPolicy
      Parameters:
      object - storage object for property
      policy - the TabDepthOrderPolicy