Package de.fabmax.webidl.model
Class IdlMember
-
- All Implemented Interfaces:
public final class IdlMember extends IdlDecoratedElement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classIdlMember.Builder
-
Field Summary
Fields Modifier and Type Field Description private final IdlTypetypeprivate final BooleanisRequiredprivate StringdefaultValueprivate final IdlDictionaryparentDictionaryprivate final List<IdlDecorator>decoratorsprivate final Stringnameprivate final IdlModelparentModel
-
Method Summary
Modifier and Type Method Description final IdlTypegetType()final BooleanisRequired()final StringgetDefaultValue()final UnitsetDefaultValue(String defaultValue)final IdlDictionarygetParentDictionary()final UnitfinishModel(IdlDictionary parentDictionary)StringtoString(String indent)-
Methods inherited from class de.fabmax.webidl.model.IdlDecoratedElement
decoratorsToStringOrEmpty, getDecoratorValue, getDecorators, getPlatforms, hasDecorator, matchesPlatform -
Methods inherited from class de.fabmax.webidl.model.IdlElement
getName, getParentModel, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
isRequired
final Boolean isRequired()
-
getDefaultValue
final String getDefaultValue()
-
setDefaultValue
final Unit setDefaultValue(String defaultValue)
-
getParentDictionary
final IdlDictionary getParentDictionary()
-
finishModel
final Unit finishModel(IdlDictionary parentDictionary)
-
-
-
-