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