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