Uses of Class
adams.data.objectfinder.Size.CheckType
-
Packages that use Size.CheckType Package Description adams.data.objectfinder -
-
Uses of Size.CheckType in adams.data.objectfinder
Fields in adams.data.objectfinder declared as Size.CheckType Modifier and Type Field Description protected Size.CheckType
Size. m_Type
what to apply the constraints to.Methods in adams.data.objectfinder that return Size.CheckType Modifier and Type Method Description Size.CheckType
Size. getType()
Returns what to apply the constraints to.static Size.CheckType
Size.CheckType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Size.CheckType[]
Size.CheckType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.objectfinder with parameters of type Size.CheckType Modifier and Type Method Description void
Size. setType(Size.CheckType value)
Sets what to apply the constraints to.
-