Interface NodeTypeInfoProvider
-
- All Known Implementing Classes:
NodeStateNodeTypeInfoProvider
public interface NodeTypeInfoProvider
A nodetype info mechanism.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeTypeInfo
getNodeTypeInfo(String nodeTypeName)
Verify that the given nodetype exists.
-
-
-
Method Detail
-
getNodeTypeInfo
NodeTypeInfo getNodeTypeInfo(String nodeTypeName)
Verify that the given nodetype exists.- Parameters:
nodeTypeName
- the fully qualified nodetype name- Returns:
- the information
-
-