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 |
associationClass
rnum
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, setAssociationClass
getRnum, setRnum
getElement, setElement
protected SymmetricPerspective symmetricPerspective
public SymmetricPerspective getSymmetricPerspective()
SymmetricPerspective
public void setSymmetricPerspective(SymmetricPerspective value)
value
- allowed object is
SymmetricPerspective
Copyright © 2012–2022. All rights reserved.