|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ElementImport object instance interface.
Method Summary | |
String |
getAlias()
Returns the value of attribute alias. |
ModelElement |
getImportedElement()
Returns the value of reference importedElement. |
UmlPackage |
getUmlPackage()
Returns the value of reference package. |
VisibilityKind |
getVisibility()
Returns the value of attribute visibility. |
boolean |
isSpecification()
Returns the value of attribute isSpecification. |
void |
setAlias(String newValue)
Sets the value of alias attribute. |
void |
setImportedElement(ModelElement newValue)
Sets the value of reference importedElement. |
void |
setSpecification(boolean newValue)
Sets the value of isSpecification attribute. |
void |
setUmlPackage(UmlPackage newValue)
Sets the value of reference package. |
void |
setVisibility(VisibilityKind newValue)
Sets the value of visibility attribute. |
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 |
public VisibilityKind getVisibility()
public void setVisibility(VisibilityKind newValue)
getVisibility()
for
description on the attribute.
newValue
- New value to be set.public String getAlias()
public void setAlias(String newValue)
getAlias()
for description
on the attribute.
newValue
- New value to be set.public boolean isSpecification()
public void setSpecification(boolean newValue)
isSpecification()
for description on the attribute.
newValue
- New value to be set.public UmlPackage getUmlPackage()
public void setUmlPackage(UmlPackage newValue)
getUmlPackage()
for description
on the reference.
newValue
- New value to be set.public ModelElement getImportedElement()
public void setImportedElement(ModelElement newValue)
getImportedElement()
for description on the reference.
newValue
- New value to be set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |