java.lang.Object
java.lang.Enum<AppliesTo>
com.sap.olingo.jpa.metadata.core.edm.mapper.annotation.AppliesTo
All Implemented Interfaces:
Serializable, Comparable<AppliesTo>, java.lang.constant.Constable

public enum AppliesTo extends Enum<AppliesTo>

Java class for TAppliesTo.

The following schema fragment specifies the expected content contained within this class.

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  • Enum Constant Details

    • ACTION

      public static final AppliesTo ACTION
    • ACTION_IMPORT

      public static final AppliesTo ACTION_IMPORT
    • ANNOTATION

      public static final AppliesTo ANNOTATION
    • APPLY

      public static final AppliesTo APPLY
    • CAST

      public static final AppliesTo CAST
    • COMPLEXT_TYPE

      public static final AppliesTo COMPLEXT_TYPE
    • ENTITY_CONTAINER

      public static final AppliesTo ENTITY_CONTAINER
    • ENTITY_SET

      public static final AppliesTo ENTITY_SET
    • ENTITY_TYPE

      public static final AppliesTo ENTITY_TYPE
    • ENUM_TYPE

      public static final AppliesTo ENUM_TYPE
    • FUNCTION

      public static final AppliesTo FUNCTION
    • FUNCTION_IMPORT

      public static final AppliesTo FUNCTION_IMPORT
    • IF

      public static final AppliesTo IF
    • IF_OF

      public static final AppliesTo IF_OF
    • LABELED_ELEMENT

      public static final AppliesTo LABELED_ELEMENT
    • MEMEBER

      public static final AppliesTo MEMEBER
    • NULL

      public static final AppliesTo NULL
    • ON_DELETE

      public static final AppliesTo ON_DELETE
    • PARAMETER

      public static final AppliesTo PARAMETER
    • PROPERTY

      public static final AppliesTo PROPERTY
    • PROPERTY_VALUE

      public static final AppliesTo PROPERTY_VALUE
    • RECORD

      public static final AppliesTo RECORD
    • REFERENCE

      public static final AppliesTo REFERENCE
    • REFERENTIAL_CONSTRAINT

      public static final AppliesTo REFERENTIAL_CONSTRAINT
    • RETURN_TYPE

      public static final AppliesTo RETURN_TYPE
    • SCHEMA

      public static final AppliesTo SCHEMA
    • SINGELTON

      public static final AppliesTo SINGELTON
    • TERM

      public static final AppliesTo TERM
    • TYPE_DEFINITION

      public static final AppliesTo TYPE_DEFINITION
    • URL_REF

      public static final AppliesTo URL_REF
  • Method Details

    • values

      public static AppliesTo[] 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 AppliesTo 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
    • value

      public String value()