Uses of Class
org.openforis.collect.designer.model.CheckType
-
Packages that use CheckType Package Description org.openforis.collect.designer.model org.openforis.collect.designer.viewmodel -
-
Uses of CheckType in org.openforis.collect.designer.model
Methods in org.openforis.collect.designer.model that return CheckType Modifier and Type Method Description static CheckTypeCheckType. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckTypeCheckType. valueOf(Check<?> check)Returns the enum constant of this type with the specified name.static CheckType[]CheckType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openforis.collect.designer.model that return types with arguments of type CheckType Modifier and Type Method Description static List<CheckType>CheckType. compatibleValues(AttributeType attributeType)Methods in org.openforis.collect.designer.model with parameters of type CheckType Modifier and Type Method Description static Check<?>CheckType. createCheck(CheckType type) -
Uses of CheckType in org.openforis.collect.designer.viewmodel
Methods in org.openforis.collect.designer.viewmodel that return types with arguments of type CheckType Modifier and Type Method Description List<CheckType>AttributeVM. getCheckTypes()
-