Uses of Class
myorg.relex.one2one.Auto.Type
-
Packages that use Auto.Type Package Description myorg.relex.one2one -
-
Uses of Auto.Type in myorg.relex.one2one
Fields in myorg.relex.one2one declared as Auto.Type Modifier and Type Field Description private Auto.Type
Auto. type
Methods in myorg.relex.one2one that return Auto.Type Modifier and Type Method Description Auto.Type
Auto. getType()
static Auto.Type
Auto.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Auto.Type[]
Auto.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in myorg.relex.one2one with parameters of type Auto.Type Modifier and Type Method Description void
Auto. setType(Auto.Type type)
-