Enum CaseType

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<CaseType>

    public enum CaseType
    extends java.lang.Enum<CaseType>
    This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
    • Enum Constant Detail

      • Nominative

        public static final CaseType Nominative
        Enumeration : Nominative
      • Accusative

        public static final CaseType Accusative
        Enumeration : Accusative
      • Genitive

        public static final CaseType Genitive
        Enumeration : Genitive
      • Dative

        public static final CaseType Dative
        Enumeration : Dative
      • Inessive

        public static final CaseType Inessive
        Enumeration : Inessive
      • Elative

        public static final CaseType Elative
        Enumeration : Elative
      • Illative

        public static final CaseType Illative
        Enumeration : Illative
      • Adessive

        public static final CaseType Adessive
        Enumeration : Adessive
      • Ablative

        public static final CaseType Ablative
        Enumeration : Ablative
      • Allative

        public static final CaseType Allative
        Enumeration : Allative
      • Essive

        public static final CaseType Essive
        Enumeration : Essive
      • Translative

        public static final CaseType Translative
        Enumeration : Translative
      • Partitive

        public static final CaseType Partitive
        Enumeration : Partitive
      • Objective

        public static final CaseType Objective
        Enumeration : Objective
      • Subjective

        public static final CaseType Subjective
        Enumeration : Subjective
      • Instrumental

        public static final CaseType Instrumental
        Enumeration : Instrumental
      • Prepositional

        public static final CaseType Prepositional
        Enumeration : Prepositional
      • Locative

        public static final CaseType Locative
        Enumeration : Locative
      • Vocative

        public static final CaseType Vocative
        Enumeration : Vocative
      • Sublative

        public static final CaseType Sublative
        Enumeration : Sublative
      • Superessive

        public static final CaseType Superessive
        Enumeration : Superessive
      • Delative

        public static final CaseType Delative
        Enumeration : Delative
      • Causalfinal

        public static final CaseType Causalfinal
        Enumeration : Causalfinal
      • Essiveformal

        public static final CaseType Essiveformal
        Enumeration : Essiveformal
      • Termanative

        public static final CaseType Termanative
        Enumeration : Termanative
      • Distributive

        public static final CaseType Distributive
        Enumeration : Distributive
      • Ergative

        public static final CaseType Ergative
        Enumeration : Ergative
      • Adverbial

        public static final CaseType Adverbial
        Enumeration : Adverbial
      • Abessive

        public static final CaseType Abessive
        Enumeration : Abessive
      • Comitative

        public static final CaseType Comitative
        Enumeration : Comitative
    • Field Detail

      • valuesToEnums

        public static java.util.Map<java.lang.String,​java.lang.String> valuesToEnums
    • Method Detail

      • values

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

        public static CaseType valueOf​(java.lang.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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Enum<CaseType>