| Package | Description |
|---|---|
| com.staros.proto | |
| com.staros.section |
| Modifier and Type | Method and Description |
|---|---|
static SectionType |
SectionType.forNumber(int value) |
SectionType |
SectionHeader.getSectionType()
.staros.SectionType section_type = 1; |
SectionType |
SectionHeader.Builder.getSectionType()
.staros.SectionType section_type = 1; |
SectionType |
SectionHeaderOrBuilder.getSectionType()
.staros.SectionType section_type = 1; |
static SectionType |
SectionType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SectionType |
SectionType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SectionType |
SectionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SectionType[] |
SectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<SectionType> |
SectionType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
SectionHeader.Builder |
SectionHeader.Builder.setSectionType(SectionType value)
.staros.SectionType section_type = 1; |
| Modifier and Type | Method and Description |
|---|---|
java.io.OutputStream |
SectionWriter.appendSection(SectionType type) |
Copyright © 2024. All rights reserved.