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