Uses of Class
org.openforis.collect.designer.metamodel.NodeType
-
Packages that use NodeType Package Description org.openforis.collect.designer.form org.openforis.collect.designer.metamodel org.openforis.collect.metamodel.view -
-
Uses of NodeType in org.openforis.collect.designer.form
Methods in org.openforis.collect.designer.form with parameters of type NodeType Modifier and Type Method Description static NodeDefinitionFormObject<? extends NodeDefinition>NodeDefinitionFormObject. newInstance(EntityDefinition parentDefn, NodeType nodeType, AttributeType attributeType) -
Uses of NodeType in org.openforis.collect.designer.metamodel
Methods in org.openforis.collect.designer.metamodel that return NodeType Modifier and Type Method Description static NodeTypeNodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeTypeNodeType. valueOf(NodeDefinition nodeDefn)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.Methods in org.openforis.collect.designer.metamodel with parameters of type NodeType Modifier and Type Method Description static <T extends NodeDefinition>
TNodeType. createNodeDefinition(Survey survey, NodeType nodeType, AttributeType attrType)static <T extends NodeDefinition>
TNodeType. createNodeDefinition(Survey survey, NodeType nodeType, AttributeType attrType, Integer id) -
Uses of NodeType in org.openforis.collect.metamodel.view
Methods in org.openforis.collect.metamodel.view that return NodeType Modifier and Type Method Description NodeTypeNodeDefView. getType()Constructors in org.openforis.collect.metamodel.view with parameters of type NodeType Constructor Description NodeDefView(int id, String name, String label, NodeType type, boolean key, boolean multiple)
-