|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AssociationClass
| Method Summary | |
|---|---|
Association |
createAssociation()
Creates an instance of class Association. |
Association |
createAssociation(short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
boolean isDerived,
String name,
String qualifiedName,
boolean isAbstract,
short visibility)
Creates an instance of class Association based on all
required attributes. |
Association |
extendAlertSender(AlertSender _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
boolean isDerived,
String name,
String qualifiedName,
boolean isAbstract,
short visibility)
Creates an instance of class Association based on the
superclass AlertSender and all required attributes not
included in this superclass. |
Association |
extendAuditee(Auditee _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
boolean isDerived,
String name,
String qualifiedName,
boolean isAbstract,
short visibility)
Creates an instance of class Association based on the
superclass Auditee and all required attributes not
included in this superclass. |
Association |
extendBasicObject(BasicObject _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
boolean isDerived,
String name,
String qualifiedName,
boolean isAbstract,
short visibility)
Creates an instance of class Association based on the
superclass BasicObject and all required attributes not
included in this superclass. |
Association |
extendClassifier(Classifier _base,
boolean isDerived)
Creates an instance of class Association based on the
superclass Classifier and all required attributes not
included in this superclass. |
Association |
extendCloneable(Cloneable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
boolean isDerived,
String name,
String qualifiedName,
boolean isAbstract,
short visibility)
Creates an instance of class Association based on the
superclass Cloneable and all required attributes not
included in this superclass. |
Association |
extendContextCapable(ContextCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
boolean isDerived,
String name,
String qualifiedName,
boolean isAbstract,
short visibility)
Creates an instance of class Association based on the
superclass ContextCapable and all required attributes not
included in this superclass. |
Association |
extendCrxObject(CrxObject _base,
boolean isDerived,
String name,
String qualifiedName,
boolean isAbstract,
short visibility)
Creates an instance of class Association based on the
superclass CrxObject and all required attributes not
included in this superclass. |
Association |
extendElement(Element _base,
boolean isDerived,
boolean isAbstract,
short visibility)
Creates an instance of class Association based on the
superclass Element and all required attributes not
included in this superclass. |
Association |
extendExtentCapable(ExtentCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
boolean isDerived,
String name,
String qualifiedName,
boolean isAbstract,
short visibility)
Creates an instance of class Association based on the
superclass ExtentCapable and all required attributes not
included in this superclass. |
Association |
extendGeneralizableElement(GeneralizableElement _base,
boolean isDerived)
Creates an instance of class Association based on the
superclass GeneralizableElement and all required
attributes not included in this superclass. |
Association |
extendImporter(Importer _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
boolean isDerived,
String name,
String qualifiedName,
boolean isAbstract,
short visibility)
Creates an instance of class Association based on the
superclass Importer and all required attributes not
included in this superclass. |
Association |
extendIndexed(Indexed _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
boolean isDerived,
String name,
String qualifiedName,
boolean isAbstract,
short visibility)
Creates an instance of class Association based on the
superclass Indexed and all required attributes not
included in this superclass. |
Association |
extendNamespace(Namespace _base,
boolean isDerived,
boolean isAbstract,
short visibility)
Creates an instance of class Association based on the
superclass Namespace and all required attributes not
included in this superclass. |
Association |
extendSecureObject(SecureObject _base,
boolean disabled,
boolean isDerived,
String name,
String qualifiedName,
boolean isAbstract,
short visibility)
Creates an instance of class Association based on the
superclass SecureObject and all required attributes not
included in this superclass. |
Association |
extendSubscriptionTarget(SubscriptionTarget _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
boolean isDerived,
String name,
String qualifiedName,
boolean isAbstract,
short visibility)
Creates an instance of class Association based on the
superclass SubscriptionTarget and all required attributes
not included in this superclass. |
Association |
extendViewCapable(ViewCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
boolean isDerived,
String name,
String qualifiedName,
boolean isAbstract,
short visibility)
Creates an instance of class Association based on the
superclass ViewCapable and all required attributes not
included in this superclass. |
Association |
extendXmlExporter(XmlExporter _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
boolean isDerived,
String name,
String qualifiedName,
boolean isAbstract,
short visibility)
Creates an instance of class Association based on the
superclass XmlExporter and all required attributes not
included in this superclass. |
Association |
getAssociation(Object object)
Creates an instance of class Association based on the
specified Object instance. |
| Methods inherited from interface javax.jmi.reflect.RefClass |
|---|
refAllOfClass, refAllOfType, refCreateInstance, refCreateStruct, refCreateStruct, refGetEnum, refGetEnum |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Method Detail |
|---|
Association createAssociation()
Association.
This is a factory operation used to create instance objects of class
Association.
Association getAssociation(Object object)
Association based on the
specified Object instance.
This is a factory operation used to create instance objects of class
Association.
object - The Object instance this class is based on. Object must
be instanceof RefObject, Object_1_0 or Path.
Association createAssociation(short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
boolean isDerived,
String name,
String qualifiedName,
boolean isAbstract,
short visibility)
Association based on all
required attributes.
This is a factory operation used to create instance objects of class
Association.
Association extendAlertSender(AlertSender _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
boolean isDerived,
String name,
String qualifiedName,
boolean isAbstract,
short visibility)
Association based on the
superclass AlertSender and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Association.
Association extendAuditee(Auditee _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
boolean isDerived,
String name,
String qualifiedName,
boolean isAbstract,
short visibility)
Association based on the
superclass Auditee and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Association.
Association extendCloneable(Cloneable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
boolean isDerived,
String name,
String qualifiedName,
boolean isAbstract,
short visibility)
Association based on the
superclass Cloneable and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Association.
Association extendImporter(Importer _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
boolean isDerived,
String name,
String qualifiedName,
boolean isAbstract,
short visibility)
Association based on the
superclass Importer and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Association.
Association extendIndexed(Indexed _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
boolean isDerived,
String name,
String qualifiedName,
boolean isAbstract,
short visibility)
Association based on the
superclass Indexed and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Association.
Association extendSecureObject(SecureObject _base,
boolean disabled,
boolean isDerived,
String name,
String qualifiedName,
boolean isAbstract,
short visibility)
Association based on the
superclass SecureObject and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Association.
Association extendSubscriptionTarget(SubscriptionTarget _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
boolean isDerived,
String name,
String qualifiedName,
boolean isAbstract,
short visibility)
Association based on the
superclass SubscriptionTarget and all required attributes
not included in this superclass.
This is a factory operation used to create instance objects of class
Association.
Association extendXmlExporter(XmlExporter _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
boolean isDerived,
String name,
String qualifiedName,
boolean isAbstract,
short visibility)
Association based on the
superclass XmlExporter and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Association.
Association extendCrxObject(CrxObject _base,
boolean isDerived,
String name,
String qualifiedName,
boolean isAbstract,
short visibility)
Association based on the
superclass CrxObject and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Association.
Association extendClassifier(Classifier _base,
boolean isDerived)
Association based on the
superclass Classifier and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Association.
Association extendElement(Element _base,
boolean isDerived,
boolean isAbstract,
short visibility)
Association based on the
superclass Element and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Association.
Association extendGeneralizableElement(GeneralizableElement _base,
boolean isDerived)
Association based on the
superclass GeneralizableElement and all required
attributes not included in this superclass.
This is a factory operation used to create instance objects of class
Association.
Association extendNamespace(Namespace _base,
boolean isDerived,
boolean isAbstract,
short visibility)
Association based on the
superclass Namespace and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Association.
Association extendBasicObject(BasicObject _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
boolean isDerived,
String name,
String qualifiedName,
boolean isAbstract,
short visibility)
Association based on the
superclass BasicObject and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Association.
Association extendContextCapable(ContextCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
boolean isDerived,
String name,
String qualifiedName,
boolean isAbstract,
short visibility)
Association based on the
superclass ContextCapable and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Association.
Association extendExtentCapable(ExtentCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
boolean isDerived,
String name,
String qualifiedName,
boolean isAbstract,
short visibility)
Association based on the
superclass ExtentCapable and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Association.
Association extendViewCapable(ViewCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
boolean isDerived,
String name,
String qualifiedName,
boolean isAbstract,
short visibility)
Association based on the
superclass ViewCapable and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Association.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||