public static enum EdmAnnotationsTarget.TargetType extends Enum<EdmAnnotationsTarget.TargetType>
Enum Constant and Description |
---|
ActionImport |
ComplexType |
EntityContainer |
EntitySet |
EntityType |
EnumType |
FunctionImport |
Member |
NavigationProperty |
Property |
Singleton |
Term |
TypeDefinition |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getEdmClass() |
static EdmAnnotationsTarget.TargetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdmAnnotationsTarget.TargetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EdmAnnotationsTarget.TargetType ActionImport
public static final EdmAnnotationsTarget.TargetType ComplexType
public static final EdmAnnotationsTarget.TargetType EntityContainer
public static final EdmAnnotationsTarget.TargetType EntitySet
public static final EdmAnnotationsTarget.TargetType EntityType
public static final EdmAnnotationsTarget.TargetType EnumType
public static final EdmAnnotationsTarget.TargetType FunctionImport
public static final EdmAnnotationsTarget.TargetType Member
public static final EdmAnnotationsTarget.TargetType NavigationProperty
public static final EdmAnnotationsTarget.TargetType Property
public static final EdmAnnotationsTarget.TargetType Singleton
public static final EdmAnnotationsTarget.TargetType Term
public static final EdmAnnotationsTarget.TargetType TypeDefinition
public static EdmAnnotationsTarget.TargetType[] values()
for (EdmAnnotationsTarget.TargetType c : EdmAnnotationsTarget.TargetType.values()) System.out.println(c);
public static EdmAnnotationsTarget.TargetType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic Class<?> getEdmClass()
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.