Uses of Class
org.apache.olingo.odata2.api.annotation.edm.EdmType
-
-
Uses of EdmType in org.apache.olingo.odata2.api.annotation.edm
Methods in org.apache.olingo.odata2.api.annotation.edm that return EdmType Modifier and Type Method Description EdmTypetype()Define the EdmSimpleType which is used for the Function Import Parameter in the EDM.EdmTypetype()Define the EdmSimpleType which is used for the Property in the EDM.static EdmTypeEdmType. valueOf(String name)Returns the enum constant of this type with the specified name.static EdmType[]EdmType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-