| Package | Description |
|---|---|
| org.openforis.collect.designer.form | |
| org.openforis.collect.designer.metamodel | |
| org.openforis.collect.designer.model | |
| org.openforis.collect.metamodel.view |
| Modifier and Type | Method and Description |
|---|---|
static AttributeDefinitionFormObject<?> |
NodeDefinitionFormObject.newInstance(EntityDefinition parentDefn,
AttributeType attributeType) |
static NodeDefinitionFormObject<? extends NodeDefinition> |
NodeDefinitionFormObject.newInstance(EntityDefinition parentDefn,
NodeType nodeType,
AttributeType attributeType) |
| Modifier and Type | Method and Description |
|---|---|
static AttributeType |
AttributeType.fromLabel(String label) |
static AttributeType |
AttributeType.valueOf(AttributeDefinition defn) |
static AttributeType |
AttributeType.valueOf(Class<? extends AttributeDefinition> type) |
static AttributeType |
AttributeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeType[] |
AttributeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends NodeDefinition> |
NodeType.createNodeDefinition(Survey survey,
NodeType nodeType,
AttributeType attrType) |
static <T extends NodeDefinition> |
NodeType.createNodeDefinition(Survey survey,
NodeType nodeType,
AttributeType attrType,
Integer id) |
| Modifier and Type | Method and Description |
|---|---|
static List<CheckType> |
CheckType.compatibleValues(AttributeType attributeType) |
| Modifier and Type | Method and Description |
|---|---|
AttributeType |
AttributeDefView.getAttributeType() |
| Constructor and Description |
|---|
AttributeDefView(int id,
String name,
String label,
AttributeType type,
List<String> fieldNames,
boolean key,
boolean multiple,
boolean showInRecordSummaryList,
boolean qualifier) |
CodeAttributeDefView(int id,
String name,
String label,
AttributeType type,
List<String> fieldNames,
boolean key,
boolean multiple,
boolean showInRecordSummaryList,
boolean qualifier,
int codeListId) |
NumberAttributeDefView(int id,
String name,
String label,
AttributeType type,
List<String> fieldNames,
boolean key,
boolean multiple,
boolean showInRecordSummaryList,
boolean qualifier) |
NumericAttributeDefView(int id,
String name,
String label,
AttributeType type,
List<String> fieldNames,
boolean key,
boolean multiple,
boolean showInRecordSummaryList,
boolean qualifier) |
Copyright © 2020 Open Foris. All rights reserved.