public static class TypedefType._Builder extends PMessageBuilder<TypedefType>
| Constructor and Description |
|---|
_Builder()
Make a model.TypedefType builder.
|
_Builder(TypedefType base)
Make a mutating builder off a base model.TypedefType.
|
| Modifier and Type | Method and Description |
|---|---|
TypedefType._Builder |
addTo(int key,
Object value) |
TypedefType |
build() |
TypedefType._Builder |
clear(int key) |
TypedefType._Builder |
clearComment()
Clears the comment field.
|
TypedefType._Builder |
clearName()
Clears the name field.
|
TypedefType._Builder |
clearType()
Clears the type field.
|
boolean |
isSetComment()
Checks for presence of the comment field.
|
boolean |
isSetName()
Checks for presence of the name field.
|
boolean |
isSetType()
Checks for presence of the type field.
|
boolean |
isValid() |
TypedefType._Builder |
set(int key,
Object value) |
TypedefType._Builder |
setComment(String value)
Sets the value of comment.
|
TypedefType._Builder |
setName(String value)
Sets the value of name.
|
TypedefType._Builder |
setType(String value)
Sets the value of type.
|
public _Builder()
public _Builder(TypedefType base)
base - The base TypedefTypepublic TypedefType._Builder setComment(String value)
value - The new valuepublic boolean isSetComment()
public TypedefType._Builder clearComment()
public TypedefType._Builder setType(String value)
value - The new valuepublic boolean isSetType()
public TypedefType._Builder clearType()
public TypedefType._Builder setName(String value)
value - The new valuepublic boolean isSetName()
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.