Enum InfobaseEqualityState

    • Enum Constant Detail

      • NOT_EQUAL

        public static final InfobaseEqualityState NOT_EQUAL
        Configuration in the infobase is not equals with the project content configuration.
      • LOADING

        public static final InfobaseEqualityState LOADING
        Configuration is loading to the infobase from the project content configuration.
      • EQUAL

        public static final InfobaseEqualityState EQUAL
        Configuration in the infobase is equals with the project content infobase configuration.
    • Method Detail

      • values

        public static InfobaseEqualityState[] values()
        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 (InfobaseEqualityState c : InfobaseEqualityState.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static InfobaseEqualityState valueOf​(String name)
        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
      • fromString

        public static InfobaseEqualityState fromString​(String value)
        Creates infobase equality state from the string value.
        Parameters:
        value - the string value, cannot be null
        Returns:
        the infobase equality state from string value, never null
      • getDescription

        public String getDescription()
        Returns the localized description of the state.
        Returns:
        the localized description of the state, never null