| Package | Description |
|---|---|
| net.morimekta.providence.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceType._Builder |
ServiceType._Builder.addTo(int key,
Object value) |
ServiceType._Builder |
ServiceType._Builder.addToMethods(FunctionType... values)
Adds entries to the
methods list. |
static ServiceType._Builder |
ServiceType.builder()
Make a
pmodel.ServiceType builder. |
ServiceType._Builder |
ServiceType._Builder.clear(int key) |
ServiceType._Builder |
ServiceType._Builder.clearAnnotations()
Clear the
annotations field. |
ServiceType._Builder |
ServiceType._Builder.clearDocumentation()
Clear the
documentation field. |
ServiceType._Builder |
ServiceType._Builder.clearEndPos()
Clear the
end_pos field. |
ServiceType._Builder |
ServiceType._Builder.clearExtend()
Clear the
extend field. |
ServiceType._Builder |
ServiceType._Builder.clearMethods()
Clear the
methods field. |
ServiceType._Builder |
ServiceType._Builder.clearName()
Clear the
name field. |
ServiceType._Builder |
ServiceType._Builder.clearStartPos()
Clear the
start_pos field. |
ServiceType._Builder |
ServiceType._Builder.merge(ServiceType from) |
ServiceType._Builder |
Declaration._Builder.mutableDeclService()
Get the builder for the contained
decl_service message field. |
ServiceType._Builder |
ServiceType.mutate() |
ServiceType._Builder |
ServiceType._Builder.putInAnnotations(String key,
String value)
Adds a mapping to the
annotations map. |
ServiceType._Builder |
ServiceType._Builder.set(int key,
Object value) |
ServiceType._Builder |
ServiceType._Builder.setAnnotations(Map<String,String> value)
Set the
annotations field value. |
ServiceType._Builder |
ServiceType._Builder.setDocumentation(String value)
Set the
documentation field value. |
ServiceType._Builder |
ServiceType._Builder.setEndPos(FilePos._Builder builder)
Set the
end_pos field value. |
ServiceType._Builder |
ServiceType._Builder.setEndPos(FilePos value)
Set the
end_pos field value. |
ServiceType._Builder |
ServiceType._Builder.setExtend(String value)
Set the
extend field value. |
ServiceType._Builder |
ServiceType._Builder.setMethods(Collection<FunctionType> value)
Set the
methods field value. |
ServiceType._Builder |
ServiceType._Builder.setName(String value)
Set the
name field value. |
ServiceType._Builder |
ServiceType._Builder.setStartPos(FilePos._Builder builder)
Set the
start_pos field value. |
ServiceType._Builder |
ServiceType._Builder.setStartPos(FilePos value)
Set the
start_pos field value. |
| Modifier and Type | Method and Description |
|---|---|
Declaration._Builder |
Declaration._Builder.setDeclService(ServiceType._Builder builder)
Set the
decl_service field value. |
static Declaration |
Declaration.withDeclService(ServiceType._Builder value) |
Copyright © 2015–2018 morimekta.net. All rights reserved.