public class Event extends Type
doc, name| Constructor and Description |
|---|
Event(String name,
String doc,
List<Property> properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<ModelElement> |
getChildren() |
TypeRef |
getExtends() |
List<Property> |
getParentProperties() |
List<Property> |
getProperties() |
int |
hashCode() |
void |
setExtends(TypeRef extendsProp) |
void |
setParentProperties(List<Property> parentProperties) |
void |
setProperties(List<Property> properties) |
String |
toString() |
getDoc, getName, setDoc, setName, updateNamepublic void setExtends(TypeRef extendsProp)
public TypeRef getExtends()
public int hashCode()
hashCode in class NamedElementpublic boolean equals(Object obj)
equals in class NamedElementpublic List<ModelElement> getChildren()
getChildren in class ModelElementCopyright © 2016. All rights reserved.