public static interface DescriptorProtos.EnumDescriptorProto.EnumReservedRangeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEnd()
public abstract int getEnd()Inclusive.
optional int32 end = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The end. |
getStart()
public abstract int getStart()Inclusive.
optional int32 start = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The start. |
hasEnd()
public abstract boolean hasEnd()Inclusive.
optional int32 end = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the end field is set. |
hasStart()
public abstract boolean hasStart()Inclusive.
optional int32 start = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the start field is set. |