public class AssociativeReference extends ToOneReference
Java class for AssociativeReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssociativeReference">
<complexContent>
<extension base="{http://www.miuml.org/metamodel}ToOneReference">
<attribute name="Class" use="required" type="{http://www.miuml.org/metamodel}Name" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clazz |
sideattribute, relationship| Constructor and Description |
|---|
AssociativeReference() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz()
Gets the value of the clazz property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
getSide, setSidegetAttribute, getRelationship, setAttribute, setRelationshipprotected String clazz
Copyright © 2012–2022. All rights reserved.