Class MetadataTag

    • Field Detail

      • PROPERTY_Scope_Client

        public static final String PROPERTY_Scope_Client
        Indicates that this metadata tag can be set for each client
        See Also:
        Constant Field Values
      • PROPERTY_Scope_Form

        public static final String PROPERTY_Scope_Form
        Indicates that this metadata tag can be set for each form
        See Also:
        Constant Field Values
      • PROPERTY_Type_Date

        public static final String PROPERTY_Type_Date
        A metadata tag accepting date values only
        See Also:
        Constant Field Values
      • PROPERTY_Type_List

        public static final String PROPERTY_Type_List
        A metadata tag accepting a value chosen from a list of pre-defined values
        See Also:
        Constant Field Values
      • PROPERTY_Type_ListHierarchy

        public static final String PROPERTY_Type_ListHierarchy
        A metadata tag accepting a value chosen from a up to three hierarchical lists of pre-defined values
        See Also:
        Constant Field Values
      • PROPERTY_Type_Text

        public static final String PROPERTY_Type_Text
        A metadata tag accepting any string value
        See Also:
        Constant Field Values
      • SCOPES

        public static final String[] SCOPES
        The full set of metadata tag scopes
      • TYPES

        public static final String[] TYPES
        The full set of metadata tag types
    • Constructor Detail

      • MetadataTag

        public MetadataTag()