public class ToOneReference extends Reference
Java class for ToOneReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ToOneReference"> <complexContent> <extension base="{http://www.miuml.org/metamodel}Reference"> <attribute name="Side" type="{http://www.miuml.org/metamodel}Side" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Side |
side |
attribute, relationship
Constructor and Description |
---|
ToOneReference() |
Modifier and Type | Method and Description |
---|---|
Side |
getSide()
Gets the value of the side property.
|
void |
setSide(Side value)
Sets the value of the side property.
|
getAttribute, getRelationship, setAttribute, setRelationship
protected Side side
Copyright © 2012–2022. All rights reserved.