Class AttributeRegistrationParam


  • public class AttributeRegistrationParam
    extends OptionalRegistrationParam
    Attribute registration option.
    Author:
    K. Benedyczak
    • Constructor Detail

      • AttributeRegistrationParam

        public AttributeRegistrationParam()
    • Method Detail

      • getAttributeType

        public String getAttributeType()
      • setAttributeType

        public void setAttributeType​(String attributeType)
      • getGroup

        public String getGroup()
      • setGroup

        public void setGroup​(String group)
      • isUsingDynamicGroup

        public boolean isUsingDynamicGroup()
      • getDynamicGroup

        public String getDynamicGroup()
      • isShowGroups

        public boolean isShowGroups()
      • setShowGroups

        public void setShowGroups​(boolean showGroups)
      • setConfirmationMode

        public void setConfirmationMode​(ConfirmationMode confirmationMode)
      • isUseDescription

        @Deprecated
        public boolean isUseDescription()
        Deprecated.
        do not use, the feature is disabled, the attribute type's description is always used, unless in legacy form where it is overridden with a fixed value in the form. The method is left as it may still be used during legacy objects deserialization from JSON.