| Package | Description |
|---|---|
| net.morimekta.providence.model |
| Modifier and Type | Field and Description |
|---|---|
static PStructDescriptor<ServiceType,ServiceType._Field> |
ServiceType.kDescriptor |
| Modifier and Type | Method and Description |
|---|---|
ServiceType |
ServiceType._Builder.build() |
ServiceType |
Declaration.getDeclService() |
ServiceType |
Declaration._Builder.getDeclService()
Gets the value for the contained decl_service.
|
| Modifier and Type | Method and Description |
|---|---|
PStructDescriptor<ServiceType,ServiceType._Field> |
ServiceType.descriptor() |
PStructDescriptor<ServiceType,ServiceType._Field> |
ServiceType._Builder.descriptor() |
Optional<ServiceType> |
Declaration.optionalDeclService() |
static PStructDescriptorProvider<ServiceType,ServiceType._Field> |
ServiceType.provider() |
| Modifier and Type | Method and Description |
|---|---|
int |
ServiceType.compareTo(ServiceType other) |
ServiceType._Builder |
ServiceType._Builder.merge(ServiceType from) |
Declaration._Builder |
Declaration._Builder.setDeclService(ServiceType value)
Sets the value of decl_service.
|
static Declaration |
Declaration.withDeclService(ServiceType value) |
| Constructor and Description |
|---|
_Builder(ServiceType base)
Make a mutating builder off a base model.ServiceType.
|
Copyright © 2015–2018 morimekta.net. All rights reserved.