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