Interface DataStoreNodeClass
-
- All Superinterfaces:
javax.jmi.reflect.RefBaseObject
,javax.jmi.reflect.RefClass
,javax.jmi.reflect.RefFeatured
public interface DataStoreNodeClass extends javax.jmi.reflect.RefClass
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataStoreNode
createDataStoreNode()
DataStoreNode
createDataStoreNode(java.lang.Boolean isControlType, java.lang.Boolean isLeaf, java.lang.String name, ObjectNodeOrderingKind ordering, VisibilityKind visibility)
-
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
-
-
-
-
Method Detail
-
createDataStoreNode
DataStoreNode createDataStoreNode() throws javax.jmi.reflect.JmiException
- Throws:
javax.jmi.reflect.JmiException
-
createDataStoreNode
DataStoreNode createDataStoreNode(java.lang.Boolean isControlType, java.lang.Boolean isLeaf, java.lang.String name, ObjectNodeOrderingKind ordering, VisibilityKind visibility) throws javax.jmi.reflect.JmiException
- Throws:
javax.jmi.reflect.JmiException
-
-