Uses of Class
org.oasisopen.odata.csdl.v4.TEnumType
-
Packages that use TEnumType Package Description com.github.davidmoten.odata.client.generator org.oasisopen.odata.csdl.v4 -
-
Uses of TEnumType in com.github.davidmoten.odata.client.generator
Methods in com.github.davidmoten.odata.client.generator with parameters of type TEnumType Modifier and Type Method Description StringNames. getEnumInstanceName(TEnumType t, String name) -
Uses of TEnumType in org.oasisopen.odata.csdl.v4
Methods in org.oasisopen.odata.csdl.v4 that return TEnumType Modifier and Type Method Description TEnumTypeObjectFactory. createTEnumType()Create an instance ofTEnumType
-