Uses of Class
com.netgrif.application.engine.importer.model.ArcType
-
Packages that use ArcType Package Description com.netgrif.application.engine.importer.model -
-
Uses of ArcType in com.netgrif.application.engine.importer.model
Fields in com.netgrif.application.engine.importer.model declared as ArcType Modifier and Type Field Description protected ArcTypeArc. typeMethods in com.netgrif.application.engine.importer.model that return ArcType Modifier and Type Method Description static ArcTypeArcType. fromValue(java.lang.String v)ArcTypeArc. getType()Gets the value of the type property.static ArcTypeArcType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ArcType[]ArcType. 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 ArcType Modifier and Type Method Description voidArc. setType(ArcType value)Sets the value of the type property.
-