|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CwmParameter
Parameter object instance interface. Parameters are used in the specification of operations, methods and events. A Parameter may include a name, type, and direction of communication.
Note: This type should not be subclassed, implemented or directly instantiated by clients. It is generated from a MOF metamodel and implemented by Enki or MDR.
Method Summary | |
---|---|
CwmBehavioralFeature |
getBehavioralFeature()
Returns the value of reference behavioralFeature. |
CwmExpression |
getDefaultValue()
Returns the value of attribute defaultValue. |
CwmEvent |
getEvent()
Returns the value of reference event. |
ParameterDirectionKind |
getKind()
Returns the value of attribute kind. |
CwmClassifier |
getType()
Returns the value of reference type. |
void |
setBehavioralFeature(CwmBehavioralFeature newValue)
Sets the value of behavioralFeature reference. |
void |
setDefaultValue(CwmExpression newValue)
Sets the value of defaultValue attribute. |
void |
setEvent(CwmEvent newValue)
Sets the value of event reference. |
void |
setKind(ParameterDirectionKind newValue)
Sets the value of kind attribute. |
void |
setType(CwmClassifier newValue)
Sets the value of type reference. |
Methods inherited from interface net.sf.farrago.cwm.core.CwmModelElement |
---|
getClientDependency, getConstraint, getImporter, getName, getNamespace, getVisibility, setName, setNamespace, setVisibility |
Methods inherited from interface javax.jmi.reflect.RefObject |
---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
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 |
---|
CwmExpression getDefaultValue()
void setDefaultValue(CwmExpression newValue)
getDefaultValue()
for description on the attribute.
newValue
- New value to be set.ParameterDirectionKind getKind()
void setKind(ParameterDirectionKind newValue)
getKind()
for
description on the attribute.
newValue
- New value to be set.CwmBehavioralFeature getBehavioralFeature()
void setBehavioralFeature(CwmBehavioralFeature newValue)
getBehavioralFeature()
for description on the attribute.
newValue
- New value to be set.CwmEvent getEvent()
void setEvent(CwmEvent newValue)
getEvent()
for
description on the attribute.
newValue
- New value to be set.CwmClassifier getType()
void setType(CwmClassifier newValue)
getType()
for
description on the attribute.
newValue
- New value to be set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |