Uses of Class
org.openforis.collect.designer.form.AttributeDefinitionFormObject
-
Packages that use AttributeDefinitionFormObject Package Description org.openforis.collect.designer.form -
-
Uses of AttributeDefinitionFormObject in org.openforis.collect.designer.form
Subclasses of AttributeDefinitionFormObject in org.openforis.collect.designer.form Modifier and Type Class Description classBooleanAttributeDefinitionFormObject<T extends BooleanAttributeDefinition>classCodeAttributeDefinitionFormObjectclassCoordinateAttributeDefinitionFormObject<T extends CoordinateAttributeDefinition>classDateAttributeDefinitionFormObject<T extends DateAttributeDefinition>classFileAttributeDefinitionFormObject<T extends FileAttributeDefinition>classNumberAttributeDefinitionFormObject<T extends NumberAttributeDefinition>classNumericAttributeDefinitionFormObject<T extends NumericAttributeDefinition>classRangeAttributeDefinitionFormObject<T extends RangeAttributeDefinition>classTaxonAttributeDefinitionFormObjectclassTextAttributeDefinitionFormObject<T extends TextAttributeDefinition>classTimeAttributeDefinitionFormObject<T extends TimeAttributeDefinition>Methods in org.openforis.collect.designer.form that return AttributeDefinitionFormObject Modifier and Type Method Description static AttributeDefinitionFormObject<?>NodeDefinitionFormObject. newInstance(EntityDefinition parentDefn, AttributeType attributeType)
-