Uses of Enum Class
org.openforis.collect.designer.metamodel.NodeType
Packages that use NodeType
Package
Description
-
Uses of NodeType in org.openforis.collect.designer.form
Methods in org.openforis.collect.designer.form with parameters of type NodeTypeModifier and TypeMethodDescriptionstatic 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 NodeTypeModifier and TypeMethodDescriptionstatic NodeTypeReturns the enum constant of this class with the specified name.static NodeTypeNodeType.valueOf(NodeDefinition nodeDefn) Returns the enum constant of this class with the specified name.static NodeType[]NodeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openforis.collect.designer.metamodel with parameters of type NodeTypeModifier and TypeMethodDescriptionstatic <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 NodeTypeConstructors in org.openforis.collect.metamodel.view with parameters of type NodeTypeModifierConstructorDescriptionNodeDefView(int id, String name, String label, NodeType type, boolean key, boolean multiple)