public enum Kind extends Enum<Kind>
Enum Constant and Description |
---|
Action
Action
|
ActionImport
Action Import
|
ComplexType
ComplexType
|
EntityContainer
Entity Container
|
EntitySet
Entity Set
|
EntityType
EntityType
|
EnumType
Enum Type
|
Extending
Extending
|
Function
Function
|
FunctionImport
Function Import
|
NavigationProperty
Navigation Property
|
Singleton
Singleton
|
Term
Term
|
Modifier and Type | Method and Description |
---|---|
static Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Kind EntityType
public static final Kind ComplexType
public static final Kind FunctionImport
public static final Kind ActionImport
public static final Kind Term
public static final Kind NavigationProperty
public static final Kind EnumType
public static final Kind Singleton
public static final Kind Extending
public static final Kind EntityContainer
public static final Kind EntitySet
public static final Kind Function
public static final Kind Action
public static Kind[] values()
for (Kind c : Kind.values()) System.out.println(c);
public static Kind 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 nullCopyright © 2013–2018 The Apache Software Foundation. All rights reserved.