Interface PB_RDF.RDF_PrefixDeclOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PB_RDF.RDF_PrefixDecl, PB_RDF.RDF_PrefixDecl.Builder
Enclosing class:
PB_RDF

public static interface PB_RDF.RDF_PrefixDeclOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string prefix = 1;
    com.google.protobuf.ByteString
    string prefix = 1;
    string uri = 2;
    com.google.protobuf.ByteString
    string uri = 2;

    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

    • getPrefix

      String getPrefix()
      string prefix = 1;
      Returns:
      The prefix.
    • getPrefixBytes

      com.google.protobuf.ByteString getPrefixBytes()
      string prefix = 1;
      Returns:
      The bytes for prefix.
    • getUri

      String getUri()
      string uri = 2;
      Returns:
      The uri.
    • getUriBytes

      com.google.protobuf.ByteString getUriBytes()
      string uri = 2;
      Returns:
      The bytes for uri.