org.ow2.bonita.facade.def.element.impl
Class TypeDeclarationDefImpl
java.lang.Object
org.ow2.bonita.facade.def.DefImpl
org.ow2.bonita.facade.def.element.impl.TypeDeclarationDefImpl
- All Implemented Interfaces:
- TypeDeclarationDef
public class TypeDeclarationDefImpl
- extends DefImpl
- implements TypeDeclarationDef
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dataTypes
protected java.util.Set<DataTypeDefImpl> dataTypes
description
protected java.lang.String description
id
protected java.lang.String id
name
protected java.lang.String name
TypeDeclarationDefImpl
protected TypeDeclarationDefImpl()
TypeDeclarationDefImpl
public TypeDeclarationDefImpl(java.util.Set<DataTypeDefImpl> dataTypes,
java.lang.String description,
java.lang.String id,
java.lang.String name)
copy
public TypeDeclarationDefImpl copy()
- Specified by:
copy
in class DefImpl
getDataTypes
public java.util.Set<DataTypeDefImpl> getDataTypes()
- Specified by:
getDataTypes
in interface TypeDeclarationDef
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface TypeDeclarationDef
getId
public java.lang.String getId()
- Specified by:
getId
in interface TypeDeclarationDef
getName
public java.lang.String getName()
- Specified by:
getName
in interface TypeDeclarationDef