public class UnaryAssociation extends Association
Java class for UnaryAssociation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnaryAssociation">
<complexContent>
<extension base="{http://www.miuml.org/metamodel}Association">
<sequence>
<element name="SymmetricPerspective" type="{http://www.miuml.org/metamodel}SymmetricPerspective"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SymmetricPerspective |
symmetricPerspective |
associationClassrnum| Constructor and Description |
|---|
UnaryAssociation() |
| Modifier and Type | Method and Description |
|---|---|
SymmetricPerspective |
getSymmetricPerspective()
Gets the value of the symmetricPerspective property.
|
void |
setSymmetricPerspective(SymmetricPerspective value)
Sets the value of the symmetricPerspective property.
|
getAssociationClass, setAssociationClassgetRnum, setRnumgetElement, setElementprotected SymmetricPerspective symmetricPerspective
public SymmetricPerspective getSymmetricPerspective()
SymmetricPerspectivepublic void setSymmetricPerspective(SymmetricPerspective value)
value - allowed object is
SymmetricPerspectiveCopyright © 2012–2022. All rights reserved.