Module org.apache.jena.arq
Interface PB_RDF.RDF_LiteralOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PB_RDF.RDF_Literal,PB_RDF.RDF_Literal.Builder
- Enclosing class:
- PB_RDF
public static interface PB_RDF.RDF_LiteralOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring datatype = 3;com.google.protobuf.ByteStringstring datatype = 3;.RDF_PrefixName dtPrefix = 4;.RDF_PrefixName dtPrefix = 4;string langtag = 2;com.google.protobuf.ByteStringstring langtag = 2;getLex()string lex = 1;com.google.protobuf.ByteStringstring lex = 1;booleanbool simple = 9;boolean.RDF_PrefixName dtPrefix = 4;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
-
getLex
String getLex()string lex = 1;- Returns:
- The lex.
-
getLexBytes
com.google.protobuf.ByteString getLexBytes()string lex = 1;- Returns:
- The bytes for lex.
-
getSimple
boolean getSimple()bool simple = 9;- Returns:
- The simple.
-
getLangtag
String getLangtag()string langtag = 2;- Returns:
- The langtag.
-
getLangtagBytes
com.google.protobuf.ByteString getLangtagBytes()string langtag = 2;- Returns:
- The bytes for langtag.
-
getDatatype
String getDatatype()string datatype = 3;- Returns:
- The datatype.
-
getDatatypeBytes
com.google.protobuf.ByteString getDatatypeBytes()string datatype = 3;- Returns:
- The bytes for datatype.
-
hasDtPrefix
boolean hasDtPrefix().RDF_PrefixName dtPrefix = 4;- Returns:
- Whether the dtPrefix field is set.
-
getDtPrefix
PB_RDF.RDF_PrefixName getDtPrefix().RDF_PrefixName dtPrefix = 4;- Returns:
- The dtPrefix.
-
getDtPrefixOrBuilder
PB_RDF.RDF_PrefixNameOrBuilder getDtPrefixOrBuilder().RDF_PrefixName dtPrefix = 4; -
getLiteralKindCase
PB_RDF.RDF_Literal.LiteralKindCase getLiteralKindCase()
-