Package dev.enola.model.enola.meta.proto
Interface PropertyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Property,Property.Builder
-
Method Summary
Modifier and TypeMethodDescriptionstring datatype = 5;com.google.protobuf.ByteStringstring datatype = 5;string description = 4;com.google.protobuf.ByteStringstring description = 4;getIri()string iri = 1;com.google.protobuf.ByteStringstring iri = 1;getLabel()string label = 3;com.google.protobuf.ByteStringstring label = 3;.dev.enola.meta.Property.Multiplicity multiplicity = 6;int.dev.enola.meta.Property.Multiplicity multiplicity = 6;getName()string name = 2;com.google.protobuf.ByteStringstring name = 2;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
-
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
int 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.
-