Package de.fabmax.webidl.model
Class IdlEnum.Builder
-
- All Implemented Interfaces:
public final class IdlEnum.Builder extends IdlDecoratedElement.Builder
-
-
Field Summary
Fields Modifier and Type Field Description private final List<String>valuesprivate StringsourcePackageprivate final Set<IdlDecorator>decoratorsprivate Stringname
-
Constructor Summary
Constructors Constructor Description IdlEnum.Builder(String name)
-
Method Summary
Modifier and Type Method Description final List<String>getValues()final StringgetSourcePackage()final UnitsetSourcePackage(String sourcePackage)final UnitaddValue(String value)final IdlEnumbuild()-
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
-
-
Constructor Detail
-
IdlEnum.Builder
IdlEnum.Builder(String name)
-
-
-
-