Uses of Class
org.apache.olingo.odata2.api.edm.EdmTypeKind
-
Packages that use EdmTypeKind Package Description org.apache.olingo.odata2.api.edm Entity Data Model API -
-
Uses of EdmTypeKind in org.apache.olingo.odata2.api.edm
Methods in org.apache.olingo.odata2.api.edm that return EdmTypeKind Modifier and Type Method Description EdmTypeKindEdmType. getKind()static EdmTypeKindEdmTypeKind. valueOf(String name)Returns the enum constant of this type with the specified name.static EdmTypeKind[]EdmTypeKind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-