Package de.fabmax.webidl.model
Class IdlDecoratedElement.Builder
-
- All Implemented Interfaces:
public abstract class IdlDecoratedElement.Builder extends IdlElement.Builder
-
-
Field Summary
Fields Modifier and Type Field Description private final Set<IdlDecorator>decoratorsprivate Stringname
-
Constructor Summary
Constructors Constructor Description IdlDecoratedElement.Builder(String name)
-
Method Summary
Modifier and Type Method Description final Set<IdlDecorator>getDecorators()final UnitaddDecorator(IdlDecorator decorator)-
-
Constructor Detail
-
IdlDecoratedElement.Builder
IdlDecoratedElement.Builder(String name)
-
-
Method Detail
-
getDecorators
final Set<IdlDecorator> getDecorators()
-
addDecorator
final Unit addDecorator(IdlDecorator decorator)
-
-
-
-