TypeDecl.Impl, TypeDecl.Visitor<P,R>| Constructor and Description |
|---|
Impl() |
Impl(Attributes attributes,
java.lang.String packageName,
java.lang.String className,
TypeDecl superType,
java.util.List<PropertyDecl> properties,
java.util.List<TypeDecl> subTypes) |
| Modifier and Type | Method and Description |
|---|---|
Attributes |
getAttributes() |
java.lang.String |
getClassName() |
java.lang.String |
getPackageName() |
java.util.List<PropertyDecl> |
getProperties() |
java.util.List<TypeDecl> |
getSubTypes() |
TypeDecl |
getSuperType() |
void |
setAttributes(Attributes attributes) |
void |
setClassName(java.lang.String className) |
void |
setPackageName(java.lang.String packageName) |
void |
setProperties(java.util.List<PropertyDecl> properties) |
void |
setSubTypes(java.util.List<TypeDecl> subTypes) |
void |
setSuperType(TypeDecl superType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, accept, accept, getConstructorProperties, getStoredProperties, ofpublic Impl()
public Impl(Attributes attributes, java.lang.String packageName, java.lang.String className, TypeDecl superType, java.util.List<PropertyDecl> properties, java.util.List<TypeDecl> subTypes)
public Attributes getAttributes()
getAttributes in interface TypeDeclpublic void setAttributes(Attributes attributes)
setAttributes in interface TypeDeclpublic java.lang.String getPackageName()
getPackageName in interface TypeDeclpublic void setPackageName(java.lang.String packageName)
setPackageName in interface TypeDeclpublic java.lang.String getClassName()
getClassName in interface TypeDeclpublic void setClassName(java.lang.String className)
setClassName in interface TypeDeclpublic TypeDecl getSuperType()
getSuperType in interface TypeDeclpublic void setSuperType(TypeDecl superType)
setSuperType in interface TypeDeclpublic java.util.List<PropertyDecl> getProperties()
getProperties in interface TypeDeclpublic void setProperties(java.util.List<PropertyDecl> properties)
setProperties in interface TypeDeclpublic java.util.List<TypeDecl> getSubTypes()
getSubTypes in interface TypeDeclpublic void setSubTypes(java.util.List<TypeDecl> subTypes)
setSubTypes in interface TypeDecl