java.lang.Object
java.lang.Enum<Kind>
org.apache.olingo.server.api.serializer.Kind
All Implemented Interfaces:
Serializable, Comparable<Kind>, java.lang.constant.Constable

public enum Kind extends Enum<Kind>
The different types of edm kinds that form the metadata
  • Enum Constant Details

    • EntityType

      public static final Kind EntityType
      EntityType
    • ComplexType

      public static final Kind ComplexType
      ComplexType
    • FunctionImport

      public static final Kind FunctionImport
      Function Import
    • ActionImport

      public static final Kind ActionImport
      Action Import
    • Term

      public static final Kind Term
      Term
    • EnumType

      public static final Kind EnumType
      Enum Type
    • Singleton

      public static final Kind Singleton
      Singleton
    • Extending

      public static final Kind Extending
      Extending
    • EntityContainer

      public static final Kind EntityContainer
      Entity Container
    • EntitySet

      public static final Kind EntitySet
      Entity Set
    • Function

      public static final Kind Function
      Function
    • Action

      public static final Kind Action
      Action
  • Method Details

    • values

      public static Kind[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static Kind 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