Interface ConnectorEndClass
-
- All Superinterfaces:
javax.jmi.reflect.RefBaseObject
,javax.jmi.reflect.RefClass
,javax.jmi.reflect.RefFeatured
public interface ConnectorEndClass extends javax.jmi.reflect.RefClass
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectorEnd
createConnectorEnd()
ConnectorEnd
createConnectorEnd(java.lang.Boolean isOrdered, java.lang.Boolean isUnique)
-
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
-
-
-
-
Method Detail
-
createConnectorEnd
ConnectorEnd createConnectorEnd() throws javax.jmi.reflect.JmiException
- Throws:
javax.jmi.reflect.JmiException
-
createConnectorEnd
ConnectorEnd createConnectorEnd(java.lang.Boolean isOrdered, java.lang.Boolean isUnique) throws javax.jmi.reflect.JmiException
- Throws:
javax.jmi.reflect.JmiException
-
-