Interface OutputPinClass
-
- All Superinterfaces:
javax.jmi.reflect.RefBaseObject
,javax.jmi.reflect.RefClass
,javax.jmi.reflect.RefFeatured
public interface OutputPinClass extends javax.jmi.reflect.RefClass
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutputPin
createOutputPin()
OutputPin
createOutputPin(java.lang.Boolean isControl, java.lang.Boolean isControlType, java.lang.Boolean isLeaf, java.lang.Boolean isOrdered, java.lang.Boolean isUnique, 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
-
createOutputPin
OutputPin createOutputPin() throws javax.jmi.reflect.JmiException
- Throws:
javax.jmi.reflect.JmiException
-
createOutputPin
OutputPin createOutputPin(java.lang.Boolean isControl, java.lang.Boolean isControlType, java.lang.Boolean isLeaf, java.lang.Boolean isOrdered, java.lang.Boolean isUnique, java.lang.String name, ObjectNodeOrderingKind ordering, VisibilityKind visibility) throws javax.jmi.reflect.JmiException
- Throws:
javax.jmi.reflect.JmiException
-
-