public class TypeDefinitionContainerImpl extends AbstractExtensionData implements TypeDefinitionContainer
| Constructor and Description |
|---|
TypeDefinitionContainerImpl() |
TypeDefinitionContainerImpl(TypeDefinition typeDef) |
| Modifier and Type | Method and Description |
|---|---|
List<TypeDefinitionContainer> |
getChildren()
Returns direct children of the type definition at this level.
|
TypeDefinition |
getTypeDefinition()
Returns the type definition at this level.
|
void |
setChildren(List<TypeDefinitionContainer> children) |
void |
setTypeDefinition(TypeDefinition type) |
String |
toString() |
getExtensions, setExtensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExtensions, setExtensionspublic TypeDefinitionContainerImpl()
public TypeDefinitionContainerImpl(TypeDefinition typeDef)
public TypeDefinition getTypeDefinition()
TypeDefinitionContainergetTypeDefinition in interface TypeDefinitionContainerpublic void setTypeDefinition(TypeDefinition type)
public List<TypeDefinitionContainer> getChildren()
TypeDefinitionContainergetChildren in interface TypeDefinitionContainerpublic void setChildren(List<TypeDefinitionContainer> children)
public String toString()
toString in class AbstractExtensionDataCopyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.