Package de.fabmax.webidl.model
Class IdlDictionary.Builder
-
- All Implemented Interfaces:
public final class IdlDictionary.Builder extends IdlDecoratedElement.Builder
-
-
Field Summary
Fields Modifier and Type Field Description private final List<IdlMember.Builder>membersprivate final Set<String>superDictionariesprivate StringsourcePackageprivate final Set<IdlDecorator>decoratorsprivate Stringname
-
Constructor Summary
Constructors Constructor Description IdlDictionary.Builder(String name)
-
Method Summary
Modifier and Type Method Description final List<IdlMember.Builder>getMembers()final Set<String>getSuperDictionaries()final StringgetSourcePackage()final UnitsetSourcePackage(String sourcePackage)final UnitaddAttribute(IdlMember.Builder attribute)final IdlDictionarybuild()-
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
-
IdlDictionary.Builder
IdlDictionary.Builder(String name)
-
-
Method Detail
-
getMembers
final List<IdlMember.Builder> getMembers()
-
getSuperDictionaries
final Set<String> getSuperDictionaries()
-
getSourcePackage
final String getSourcePackage()
-
setSourcePackage
final Unit setSourcePackage(String sourcePackage)
-
addAttribute
final Unit addAttribute(IdlMember.Builder attribute)
-
build
final IdlDictionary build()
-
-
-
-