Enum TypeInfoCategory

    • Enum Constant Detail

      • ALL_TYPES_CATEGORY

        public static final TypeInfoCategory ALL_TYPES_CATEGORY
        Deprecated.
      • ALL_REF_TYPE_CATEGORY

        public static final TypeInfoCategory ALL_REF_TYPE_CATEGORY
        Deprecated.
      • CLIENT_TYPE_CATEGORY

        public static final TypeInfoCategory CLIENT_TYPE_CATEGORY
        Deprecated.
      • EDIT_TYPE_CATEGORY

        public static final TypeInfoCategory EDIT_TYPE_CATEGORY
        Deprecated.
      • LIST_TYPE_CATEGORY

        public static final TypeInfoCategory LIST_TYPE_CATEGORY
        Deprecated.
      • FORM_CONTROLLER_TYPE_CATEGORY

        public static final TypeInfoCategory FORM_CONTROLLER_TYPE_CATEGORY
        Deprecated.
      • ENUM_TYPE_CATEGORY

        public static final TypeInfoCategory ENUM_TYPE_CATEGORY
        Deprecated.
      • RECORD_SET_TYPE_CATEGORY

        public static final TypeInfoCategory RECORD_SET_TYPE_CATEGORY
        Deprecated.
      • TABULAR_PART_TYPE_CATEGORY

        public static final TypeInfoCategory TABULAR_PART_TYPE_CATEGORY
        Deprecated.
      • FORM_NESTED_PROPERTY_DISABLED_TYPE_CATEGORY

        public static final TypeInfoCategory FORM_NESTED_PROPERTY_DISABLED_TYPE_CATEGORY
        Deprecated.
      • FORM_SERIALIZABLE_TYPE_CATEGORY

        public static final TypeInfoCategory FORM_SERIALIZABLE_TYPE_CATEGORY
        Deprecated.
      • REF_TYPE_CATEGORY

        public static final TypeInfoCategory REF_TYPE_CATEGORY
        Deprecated.
      • MOBILE_APP_CATEGORY

        public static final TypeInfoCategory MOBILE_APP_CATEGORY
        Deprecated.
      • USER_DEFINED_TYPE_CATEGORY

        public static final TypeInfoCategory USER_DEFINED_TYPE_CATEGORY
        Deprecated.
      • USER_DEFINED_TYPE_CATEGORY_833

        public static final TypeInfoCategory USER_DEFINED_TYPE_CATEGORY_833
        Deprecated.
      • FORM_TYPE_CATEGORY

        public static final TypeInfoCategory FORM_TYPE_CATEGORY
        Deprecated.
      • SESSION_PARAMS_TYPE_CATEGORY

        public static final TypeInfoCategory SESSION_PARAMS_TYPE_CATEGORY
        Deprecated.
      • COMMAND_PARAM_REF_TYPE_CATEGORY

        public static final TypeInfoCategory COMMAND_PARAM_REF_TYPE_CATEGORY
        Deprecated.
      • PROPERTY_TYPE_CATEGORY

        public static final TypeInfoCategory PROPERTY_TYPE_CATEGORY
        Deprecated.
      • RESOURCE_TYPE_CATEGORY

        public static final TypeInfoCategory RESOURCE_TYPE_CATEGORY
        Deprecated.
      • EVENT_SOURCE_CATEGORY

        public static final TypeInfoCategory EVENT_SOURCE_CATEGORY
        Deprecated.
    • Method Detail

      • values

        public static TypeInfoCategory[] values()
        Deprecated.
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (TypeInfoCategory c : TypeInfoCategory.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static TypeInfoCategory valueOf​(String name)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getTypeInfoClasses

        public Set<TypeInfoClass> getTypeInfoClasses()
        Deprecated.
        Gets type info classes.
        Returns:
        type info classes.
      • hasTypeInfoClass

        public boolean hasTypeInfoClass​(TypeInfoClass typeInfoClass)
        Deprecated.
        Is has type info class.
        Parameters:
        typeInfo - the type info class
        Returns:
        true is has class