public static class TypedefType._Builder extends PMessageBuilder<TypedefType>
| Constructor and Description |
|---|
_Builder() |
_Builder(TypedefType base) |
| Modifier and Type | Method and Description |
|---|---|
TypedefType._Builder |
addTo(int key,
Object value) |
TypedefType |
build() |
TypedefType._Builder |
clear(int key) |
TypedefType._Builder |
clearComment() |
TypedefType._Builder |
clearName() |
TypedefType._Builder |
clearType() |
boolean |
isValid() |
TypedefType._Builder |
set(int key,
Object value) |
TypedefType._Builder |
setComment(String value) |
TypedefType._Builder |
setName(String value) |
TypedefType._Builder |
setType(String value) |
public _Builder()
public _Builder(TypedefType base)
public TypedefType._Builder setComment(String value)
public TypedefType._Builder clearComment()
public TypedefType._Builder setType(String value)
public TypedefType._Builder clearType()
public TypedefType._Builder setName(String value)
public TypedefType._Builder clearName()
public TypedefType._Builder set(int key, Object value)
set in class PMessageBuilder<TypedefType>public TypedefType._Builder addTo(int key, Object value)
addTo in class PMessageBuilder<TypedefType>public TypedefType._Builder clear(int key)
clear in class PMessageBuilder<TypedefType>public boolean isValid()
isValid in class PMessageBuilder<TypedefType>public TypedefType build()
Copyright © 2016. All rights reserved.