| Package | Description |
|---|---|
| net.morimekta.providence.model |
| Modifier and Type | Field and Description |
|---|---|
static PStructDescriptor<ProgramMeta,ProgramMeta._Field> |
ProgramMeta.kDescriptor |
| Modifier and Type | Method and Description |
|---|---|
ProgramMeta |
ProgramMeta._Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
PStructDescriptor<ProgramMeta,ProgramMeta._Field> |
ProgramMeta.descriptor() |
PStructDescriptor<ProgramMeta,ProgramMeta._Field> |
ProgramMeta._Builder.descriptor() |
Map<String,ProgramMeta> |
ProgramMeta.getIncludes()
Map of program name to meta of included programs
|
Map<String,ProgramMeta> |
ProgramMeta._Builder.mutableIncludes()
Get the builder for the contained
includes message field. |
Optional<Map<String,ProgramMeta>> |
ProgramMeta.optionalIncludes()
Map of program name to meta of included programs
|
static PStructDescriptorProvider<ProgramMeta,ProgramMeta._Field> |
ProgramMeta.provider() |
| Modifier and Type | Method and Description |
|---|---|
int |
ProgramMeta.compareTo(ProgramMeta other) |
ProgramMeta._Builder |
ProgramMeta._Builder.merge(ProgramMeta from) |
ProgramMeta._Builder |
ProgramMeta._Builder.putInIncludes(String key,
ProgramMeta value)
Adds a mapping to the
includes map. |
| Modifier and Type | Method and Description |
|---|---|
ProgramMeta._Builder |
ProgramMeta._Builder.setIncludes(Map<String,ProgramMeta> value)
Set the
includes field value. |
| Constructor and Description |
|---|
_Builder(ProgramMeta base)
Make a mutating builder off a base pmodel.ProgramMeta.
|
Copyright © 2015–2018 morimekta.net. All rights reserved.