Package de.fabmax.webidl.model
Class IdlTypeDef.Builder
-
- All Implemented Interfaces:
public final class IdlTypeDef.Builder extends IdlDecoratedElement.Builder
-
-
Field Summary
Fields Modifier and Type Field Description private IdlTypetypeprivate final Set<IdlDecorator>decoratorsprivate Stringname
-
Constructor Summary
Constructors Constructor Description IdlTypeDef.Builder()
-
Method Summary
Modifier and Type Method Description final IdlTypegetType()final UnitsetType(IdlType type)final IdlTypeDefbuild()-
Methods inherited from class de.fabmax.webidl.model.IdlDecoratedElement.Builder
addDecorator, getDecorators -
Methods inherited from class de.fabmax.webidl.model.IdlElement.Builder
getName, setName -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-