|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CwmSlot
Slot object instance interface. A slot is a named location in an Object instance that holds the current value of the StructuralFeature associated with the Slot instance. Normally, the StructuralFeature associated with the slot will be either an Attribute instance or an AssociationEnd instance. Slots are owned by Objects; DataValues do not have slots.
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 | |
---|---|
CwmStructuralFeature |
getFeature()
Returns the value of reference feature. |
CwmObject |
getObject()
Returns the value of reference object. |
CwmInstance |
getValue()
Returns the value of reference value. |
void |
setFeature(CwmStructuralFeature newValue)
Sets the value of feature reference. |
void |
setObject(CwmObject newValue)
Sets the value of object reference. |
void |
setValue(CwmInstance newValue)
Sets the value of value 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 |
---|
CwmObject getObject()
void setObject(CwmObject newValue)
getObject()
for
description on the attribute.
newValue
- New value to be set.CwmInstance getValue()
void setValue(CwmInstance newValue)
getValue()
for
description on the attribute.
newValue
- New value to be set.CwmStructuralFeature getFeature()
void setFeature(CwmStructuralFeature newValue)
getFeature()
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 |