Uses of Class
net.n2oapp.framework.api.metadata.meta.control.OutputList.Direction
-
Packages that use OutputList.Direction Package Description net.n2oapp.framework.api.metadata.meta.control -
-
Uses of OutputList.Direction in net.n2oapp.framework.api.metadata.meta.control
Methods in net.n2oapp.framework.api.metadata.meta.control that return OutputList.Direction Modifier and Type Method Description static OutputList.DirectionOutputList.Direction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OutputList.Direction[]OutputList.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-