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.CheckTypeSize. m_Typewhat to apply the constraints to.Methods in adams.data.objectfinder that return Size.CheckType Modifier and Type Method Description Size.CheckTypeSize. getType()Returns what to apply the constraints to.static Size.CheckTypeSize.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 voidSize. setType(Size.CheckType value)Sets what to apply the constraints to.
-