Uses of Class
org.oasisopen.odata.csdl.v4.TOnDeleteAction
-
Packages that use TOnDeleteAction Package Description org.oasisopen.odata.csdl.v4 -
-
Uses of TOnDeleteAction in org.oasisopen.odata.csdl.v4
Fields in org.oasisopen.odata.csdl.v4 declared as TOnDeleteAction Modifier and Type Field Description protected TOnDeleteActionTOnDelete. actionMethods in org.oasisopen.odata.csdl.v4 that return TOnDeleteAction Modifier and Type Method Description static TOnDeleteActionTOnDeleteAction. fromValue(String v)TOnDeleteActionTOnDelete. getAction()Gets the value of the action property.static TOnDeleteActionTOnDeleteAction. valueOf(String name)Returns the enum constant of this type with the specified name.static TOnDeleteAction[]TOnDeleteAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.oasisopen.odata.csdl.v4 with parameters of type TOnDeleteAction Modifier and Type Method Description voidTOnDelete. setAction(TOnDeleteAction value)Sets the value of the action property.
-