Package com.apivolve.xolir
Interface Refs.TypeRefOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Refs.TypeRef,Refs.TypeRef.Builder
- Enclosing class:
- Refs
public static interface Refs.TypeRefOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.xolir.BuiltinType builtin = 1;int.xolir.BuiltinType builtin = 1;longstruct, union, array, virtual...boolean.xolir.BuiltinType builtin = 1;booleanstruct, union, array, virtual...Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasBuiltin
boolean hasBuiltin().xolir.BuiltinType builtin = 1;- Returns:
- Whether the builtin field is set.
-
getBuiltinValue
int getBuiltinValue().xolir.BuiltinType builtin = 1;- Returns:
- The enum numeric value on the wire for builtin.
-
getBuiltin
BuiltinTypeOuterClass.BuiltinType getBuiltin().xolir.BuiltinType builtin = 1;- Returns:
- The builtin.
-
hasTypeId
boolean hasTypeId()struct, union, array, virtual...
uint64 type_id = 2;- Returns:
- Whether the typeId field is set.
-
getTypeId
long getTypeId()struct, union, array, virtual...
uint64 type_id = 2;- Returns:
- The typeId.
-
getTargetCase
Refs.TypeRef.TargetCase getTargetCase()
-