public class Perspective extends Object
Java class for Perspective complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Perspective"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Phrase" use="required" type="{http://www.miuml.org/metamodel}Phrase" /> <attribute name="ViewedClass" use="required" type="{http://www.miuml.org/metamodel}Name" /> <attribute name="OnePerspective" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="Conditional" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="Multiplicity" type="{http://www.miuml.org/metamodel}Multiplicity" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected boolean |
conditional |
protected Multiplicity |
multiplicity |
protected boolean |
onePerspective |
protected String |
phrase |
protected String |
viewedClass |
Constructor and Description |
---|
Perspective() |
Modifier and Type | Method and Description |
---|---|
Multiplicity |
getMultiplicity()
Gets the value of the multiplicity property.
|
String |
getPhrase()
Gets the value of the phrase property.
|
String |
getViewedClass()
Gets the value of the viewedClass property.
|
boolean |
isConditional()
Gets the value of the conditional property.
|
boolean |
isOnePerspective()
Gets the value of the onePerspective property.
|
void |
setConditional(boolean value)
Sets the value of the conditional property.
|
void |
setMultiplicity(Multiplicity value)
Sets the value of the multiplicity property.
|
void |
setOnePerspective(boolean value)
Sets the value of the onePerspective property.
|
void |
setPhrase(String value)
Sets the value of the phrase property.
|
void |
setViewedClass(String value)
Sets the value of the viewedClass property.
|
protected String phrase
protected String viewedClass
protected boolean onePerspective
protected boolean conditional
protected Multiplicity multiplicity
public String getPhrase()
String
public void setPhrase(String value)
value
- allowed object is
String
public String getViewedClass()
String
public void setViewedClass(String value)
value
- allowed object is
String
public boolean isOnePerspective()
public void setOnePerspective(boolean value)
public boolean isConditional()
public void setConditional(boolean value)
public Multiplicity getMultiplicity()
Multiplicity
public void setMultiplicity(Multiplicity value)
value
- allowed object is
Multiplicity
Copyright © 2012–2022. All rights reserved.