Package de.fabmax.webidl.model
Class IdlAttribute.Builder
-
- All Implemented Interfaces:
public final class IdlAttribute.Builder extends IdlDecoratedElement.Builder
-
-
Field Summary
Fields Modifier and Type Field Description private BooleanisStaticprivate BooleanisReadonlyprivate IdlTypetypeprivate final Set<IdlDecorator>decoratorsprivate Stringname
-
Constructor Summary
Constructors Constructor Description IdlAttribute.Builder(String name, IdlType type)
-
Method Summary
Modifier and Type Method Description final BooleanisStatic()final UnitsetStatic(Boolean isStatic)final BooleanisReadonly()final UnitsetReadonly(Boolean isReadonly)final IdlTypegetType()final UnitsetType(IdlType type)final IdlAttributebuild()-
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
-
-