Interface DatatypeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Datatype, Datatype.Builder

@Generated public interface DatatypeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string description = 4;
    com.google.protobuf.ByteString
    string description = 4;
    string iri = 1;
    com.google.protobuf.ByteString
    string iri = 1;
    string java = 7;
    com.google.protobuf.ByteString
    string java = 7;
    string label = 3;
    com.google.protobuf.ByteString
    string label = 3;
    string name = 2;
    com.google.protobuf.ByteString
    string name = 2;
    string parent_datatype = 5;
    com.google.protobuf.ByteString
    string parent_datatype = 5;
    string regex = 6;
    com.google.protobuf.ByteString
    string regex = 6;

    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

    • getIri

      string iri = 1;
      Returns:
      The iri.
    • getIriBytes

      com.google.protobuf.ByteString getIriBytes()
      string iri = 1;
      Returns:
      The bytes for iri.
    • getName

      string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 2;
      Returns:
      The bytes for name.
    • getLabel

      string label = 3;
      Returns:
      The label.
    • getLabelBytes

      com.google.protobuf.ByteString getLabelBytes()
      string label = 3;
      Returns:
      The bytes for label.
    • getDescription

      string description = 4;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
      string description = 4;
      Returns:
      The bytes for description.
    • getParentDatatype

      string parent_datatype = 5;
      Returns:
      The parentDatatype.
    • getParentDatatypeBytes

      com.google.protobuf.ByteString getParentDatatypeBytes()
      string parent_datatype = 5;
      Returns:
      The bytes for parentDatatype.
    • getRegex

      string regex = 6;
      Returns:
      The regex.
    • getRegexBytes

      com.google.protobuf.ByteString getRegexBytes()
      string regex = 6;
      Returns:
      The bytes for regex.
    • getJava

      string java = 7;
      Returns:
      The java.
    • getJavaBytes

      com.google.protobuf.ByteString getJavaBytes()
      string java = 7;
      Returns:
      The bytes for java.