|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EdmSimpleTypeKind | |
---|---|
org.apache.olingo.odata2.api.edm | Entity Data Model API |
org.apache.olingo.odata2.api.edm.provider | Entity Data Model Provider API |
org.apache.olingo.odata2.api.rt | Runtime Support |
Uses of EdmSimpleTypeKind in org.apache.olingo.odata2.api.edm |
---|
Methods in org.apache.olingo.odata2.api.edm that return EdmSimpleTypeKind | |
---|---|
static EdmSimpleTypeKind |
EdmSimpleTypeKind.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EdmSimpleTypeKind[] |
EdmSimpleTypeKind.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.olingo.odata2.api.edm with parameters of type EdmSimpleTypeKind | |
---|---|
EdmSimpleType |
EdmSimpleTypeFacade.getEdmSimpleTypeInstance(EdmSimpleTypeKind typeKind)
IMPORTANT: Use getEdmSimpleTypeInstance() for the application development. |
Uses of EdmSimpleTypeKind in org.apache.olingo.odata2.api.edm.provider |
---|
Methods in org.apache.olingo.odata2.api.edm.provider that return EdmSimpleTypeKind | |
---|---|
EdmSimpleTypeKind |
SimpleProperty.getType()
|
EdmSimpleTypeKind |
FunctionImportParameter.getType()
|
Methods in org.apache.olingo.odata2.api.edm.provider with parameters of type EdmSimpleTypeKind | |
---|---|
SimpleProperty |
SimpleProperty.setType(EdmSimpleTypeKind type)
Sets the EdmSimpleTypeKind for this Property . |
FunctionImportParameter |
FunctionImportParameter.setType(EdmSimpleTypeKind type)
Sets the EdmSimpleTypeKind of this FunctionImportParameter |
Uses of EdmSimpleTypeKind in org.apache.olingo.odata2.api.rt |
---|
Methods in org.apache.olingo.odata2.api.rt with parameters of type EdmSimpleTypeKind | |
---|---|
static EdmSimpleType |
RuntimeDelegate.getEdmSimpleType(EdmSimpleTypeKind edmSimpleTypeKind)
Returns a simple type object for given type kind. |
protected abstract EdmSimpleType |
RuntimeDelegate.RuntimeDelegateInstance.getEdmSimpleType(EdmSimpleTypeKind edmSimpleTypeKind)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |