| Package | Description |
|---|---|
| net.morimekta.providence.model |
| Modifier and Type | Method and Description |
|---|---|
ConstType._Builder |
ConstType._Builder.addTo(int key,
Object value) |
static ConstType._Builder |
ConstType.builder()
Make a
p_model.ConstType builder. |
ConstType._Builder |
ConstType._Builder.clear(int key) |
ConstType._Builder |
ConstType._Builder.clearAnnotations()
Clear the
annotations field. |
ConstType._Builder |
ConstType._Builder.clearDocumentation()
Clear the
documentation field. |
ConstType._Builder |
ConstType._Builder.clearName()
Clear the
name field. |
ConstType._Builder |
ConstType._Builder.clearType()
Clear the
type field. |
ConstType._Builder |
ConstType._Builder.clearValue()
Clear the
value field. |
ConstType._Builder |
ConstType._Builder.merge(ConstType from) |
ConstType._Builder |
Declaration._Builder.mutableDeclConst()
Get the builder for the contained
decl_const message field. |
ConstType._Builder |
ConstType.mutate() |
ConstType._Builder |
ConstType._Builder.putInAnnotations(String key,
String value)
Adds a mapping to the
annotations map. |
ConstType._Builder |
ConstType._Builder.set(int key,
Object value) |
ConstType._Builder |
ConstType._Builder.setAnnotations(Map<String,String> value)
Set the
annotations field value. |
ConstType._Builder |
ConstType._Builder.setDocumentation(String value)
Set the
documentation field value. |
ConstType._Builder |
ConstType._Builder.setName(String value)
Set the
name field value. |
ConstType._Builder |
ConstType._Builder.setType(String value)
Set the
type field value. |
ConstType._Builder |
ConstType._Builder.setValue(String value)
Set the
value field value. |
ConstType._Builder |
ConstType._Builder.validate() |
Copyright © 2015–2020 morimekta.net. All rights reserved.