Interface PropertyOrBuilder

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

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

    Modifier and Type
    Method
    Description
    string datatype = 5;
    com.google.protobuf.ByteString
    string datatype = 5;
    string description = 4;
    com.google.protobuf.ByteString
    string description = 4;
    string iri = 1;
    com.google.protobuf.ByteString
    string iri = 1;
    string label = 3;
    com.google.protobuf.ByteString
    string label = 3;
    .dev.enola.meta.Property.Multiplicity multiplicity = 6;
    int
    .dev.enola.meta.Property.Multiplicity multiplicity = 6;
    string name = 2;
    com.google.protobuf.ByteString
    string name = 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

    • 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.
    • getDatatype

      string datatype = 5;
      Returns:
      The datatype.
    • getDatatypeBytes

      com.google.protobuf.ByteString getDatatypeBytes()
      string datatype = 5;
      Returns:
      The bytes for datatype.
    • getMultiplicityValue

      .dev.enola.meta.Property.Multiplicity multiplicity = 6;
      Returns:
      The enum numeric value on the wire for multiplicity.
    • getMultiplicity

      .dev.enola.meta.Property.Multiplicity multiplicity = 6;
      Returns:
      The multiplicity.