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.ByteString
string datatype = 3;
.RDF_PrefixName dtPrefix = 4;
.RDF_PrefixName dtPrefix = 4;
string langtag = 2;
com.google.protobuf.ByteString
string langtag = 2;
getLex()
string lex = 1;
com.google.protobuf.ByteString
string lex = 1;
boolean
bool simple = 9;
boolean
string datatype = 3;
boolean
.RDF_PrefixName dtPrefix = 4;
boolean
string langtag = 2;
boolean
bool simple = 9;
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
-
getLex
String getLex()string lex = 1;
- Returns:
- The lex.
-
getLexBytes
com.google.protobuf.ByteString getLexBytes()string lex = 1;
- Returns:
- The bytes for lex.
-
hasSimple
boolean hasSimple()bool simple = 9;
- Returns:
- Whether the simple field is set.
-
getSimple
boolean getSimple()bool simple = 9;
- Returns:
- The simple.
-
hasLangtag
boolean hasLangtag()string langtag = 2;
- Returns:
- Whether the langtag field is set.
-
getLangtag
String getLangtag()string langtag = 2;
- Returns:
- The langtag.
-
getLangtagBytes
com.google.protobuf.ByteString getLangtagBytes()string langtag = 2;
- Returns:
- The bytes for langtag.
-
hasDatatype
boolean hasDatatype()string datatype = 3;
- Returns:
- Whether the datatype field is set.
-
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()
-