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 Type
    Method
    Description
    .xolir.BuiltinType builtin = 1;
    int
    .xolir.BuiltinType builtin = 1;
     
    long
    struct, union, array, virtual...
    boolean
    .xolir.BuiltinType builtin = 1;
    boolean
    struct, union, array, virtual...

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      .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()