public class CreationEvent extends Event
Java class for CreationEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreationEvent"> <complexContent> <extension base="{http://www.miuml.org/metamodel}Event"> <attribute name="State" use="required" type="{http://www.miuml.org/metamodel}Name" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
state |
eventSignature, id, name
Constructor and Description |
---|
CreationEvent() |
Modifier and Type | Method and Description |
---|---|
String |
getState()
Gets the value of the state property.
|
void |
setState(String value)
Sets the value of the state property.
|
getEventSignature, getID, getName, setEventSignature, setID, setName
protected String state
Copyright © 2012–2022. All rights reserved.