|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ParameterClass
| Method Summary | |
|---|---|
Parameter |
createParameter()
Creates an instance of class Parameter. |
Parameter |
createParameter(String direction,
String multiplicity,
Classifier type)
Creates an instance of class Parameter based on all
required attributes. |
Parameter |
extendBasicObject(BasicObject _base,
String direction,
String multiplicity,
Classifier type)
Creates an instance of class Parameter based on the
superclass BasicObject and all required attributes not
included in this superclass. |
Parameter |
extendContextCapable(ContextCapable _base,
String direction,
String multiplicity,
Classifier type)
Creates an instance of class Parameter based on the
superclass ContextCapable and all required attributes not
included in this superclass. |
Parameter |
extendElement(Element _base,
String direction,
String multiplicity,
Classifier type)
Creates an instance of class Parameter based on the
superclass Element and all required attributes not
included in this superclass. |
Parameter |
extendExtentCapable(ExtentCapable _base,
String direction,
String multiplicity,
Classifier type)
Creates an instance of class Parameter based on the
superclass ExtentCapable and all required attributes not
included in this superclass. |
Parameter |
extendTypedElement(TypedElement _base,
String direction,
String multiplicity)
Creates an instance of class Parameter based on the
superclass TypedElement and all required attributes not
included in this superclass. |
Parameter |
extendViewCapable(ViewCapable _base,
String direction,
String multiplicity,
Classifier type)
Creates an instance of class Parameter based on the
superclass ViewCapable and all required attributes not
included in this superclass. |
Parameter |
getParameter(Object object)
Creates an instance of class Parameter 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 |
|---|
Parameter createParameter()
Parameter.
This is a factory operation used to create instance objects of class
Parameter.
Parameter getParameter(Object object)
Parameter based on the
specified Object instance.
This is a factory operation used to create instance objects of class
Parameter.
object - The Object instance this class is based on. Object must
be instanceof RefObject, Object_1_0 or Path.
Parameter createParameter(String direction,
String multiplicity,
Classifier type)
Parameter based on all
required attributes.
This is a factory operation used to create instance objects of class
Parameter.
Parameter extendElement(Element _base,
String direction,
String multiplicity,
Classifier type)
Parameter 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
Parameter.
Parameter extendTypedElement(TypedElement _base,
String direction,
String multiplicity)
Parameter based on the
superclass TypedElement and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Parameter.
Parameter extendBasicObject(BasicObject _base,
String direction,
String multiplicity,
Classifier type)
Parameter 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
Parameter.
Parameter extendContextCapable(ContextCapable _base,
String direction,
String multiplicity,
Classifier type)
Parameter 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
Parameter.
Parameter extendExtentCapable(ExtentCapable _base,
String direction,
String multiplicity,
Classifier type)
Parameter 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
Parameter.
Parameter extendViewCapable(ViewCapable _base,
String direction,
String multiplicity,
Classifier type)
Parameter 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
Parameter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||