|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeldriven.fuml.config.BehaviorExecutionMapping
public class BehaviorExecutionMapping
Java class for BehaviorExecutionMapping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BehaviorExecutionMapping">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="className" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="executionClassName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
BehaviorExecutionMapping()
|
|
| Method Summary | |
|---|---|
String |
getClassName()
Gets the value of the className property. |
String |
getExecutionClassName()
Gets the value of the executionClassName property. |
void |
setClassName(String value)
Sets the value of the className property. |
void |
setExecutionClassName(String value)
Sets the value of the executionClassName property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BehaviorExecutionMapping()
| Method Detail |
|---|
public String getClassName()
Stringpublic void setClassName(String value)
value - allowed object is
Stringpublic String getExecutionClassName()
Stringpublic void setExecutionClassName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||