Uses of Class
org.oasisopen.odata.csdl.v4.TAbstractType
-
Packages that use TAbstractType Package Description org.oasisopen.odata.csdl.v4 -
-
Uses of TAbstractType in org.oasisopen.odata.csdl.v4
Methods in org.oasisopen.odata.csdl.v4 that return TAbstractType Modifier and Type Method Description static TAbstractTypeTAbstractType. fromValue(String v)static TAbstractTypeTAbstractType. valueOf(String name)Returns the enum constant of this type with the specified name.static TAbstractType[]TAbstractType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-