Uses of Class
com.netgrif.application.engine.importer.model.Scope
-
Packages that use Scope Package Description com.netgrif.application.engine.importer.model -
-
Uses of Scope in com.netgrif.application.engine.importer.model
Fields in com.netgrif.application.engine.importer.model declared as Scope Modifier and Type Field Description protected ScopeFunction. scopeMethods in com.netgrif.application.engine.importer.model that return Scope Modifier and Type Method Description static ScopeScope. fromValue(java.lang.String v)ScopeFunction. getScope()Gets the value of the scope property.static ScopeScope. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Scope[]Scope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.netgrif.application.engine.importer.model with parameters of type Scope Modifier and Type Method Description voidFunction. setScope(Scope value)Sets the value of the scope property.
-