| Package | Description |
|---|---|
| org.openforis.collect.designer.form | |
| org.openforis.collect.designer.metamodel | |
| org.openforis.collect.metamodel.view |
| Modifier and Type | Method and Description |
|---|---|
static NodeDefinitionFormObject<? extends NodeDefinition> |
NodeDefinitionFormObject.newInstance(EntityDefinition parentDefn,
NodeType nodeType,
AttributeType attributeType) |
| Modifier and Type | Method and Description |
|---|---|
static NodeType |
NodeType.valueOf(NodeDefinition nodeDefn) |
static NodeType |
NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeType[] |
NodeType.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 |
|---|---|
NodeType |
NodeDefView.getType() |
| Constructor and Description |
|---|
NodeDefView(int id,
String name,
String label,
NodeType type,
boolean key,
boolean multiple) |
Copyright © 2021 Open Foris. All rights reserved.