java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_Literal
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
,PB_RDF.RDF_LiteralOrBuilder
- Enclosing class:
- PB_RDF
public static final class PB_RDF.RDF_Literal
extends com.google.protobuf.GeneratedMessage
implements PB_RDF.RDF_LiteralOrBuilder
Protobuf type
RDF_Literal
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Protobuf typeRDF_Literal
static enum
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,
BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT, BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message, T extends Object> -
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionboolean
string datatype = 3;
com.google.protobuf.ByteString
string datatype = 3;
static PB_RDF.RDF_Literal
static final com.google.protobuf.Descriptors.Descriptor
.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;
com.google.protobuf.Parser<PB_RDF.RDF_Literal>
int
boolean
bool simple = 9;
boolean
string datatype = 3;
boolean
.RDF_PrefixName dtPrefix = 4;
int
hashCode()
boolean
string langtag = 2;
boolean
bool simple = 9;
final boolean
static PB_RDF.RDF_Literal.Builder
static PB_RDF.RDF_Literal.Builder
newBuilder
(PB_RDF.RDF_Literal prototype) static PB_RDF.RDF_Literal
parseDelimitedFrom
(InputStream input) static PB_RDF.RDF_Literal
parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PB_RDF.RDF_Literal
parseFrom
(byte[] data) static PB_RDF.RDF_Literal
parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PB_RDF.RDF_Literal
parseFrom
(com.google.protobuf.ByteString data) static PB_RDF.RDF_Literal
parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PB_RDF.RDF_Literal
parseFrom
(com.google.protobuf.CodedInputStream input) static PB_RDF.RDF_Literal
parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PB_RDF.RDF_Literal
parseFrom
(InputStream input) static PB_RDF.RDF_Literal
parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PB_RDF.RDF_Literal
parseFrom
(ByteBuffer data) static PB_RDF.RDF_Literal
parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<PB_RDF.RDF_Literal>
parser()
void
writeTo
(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
LEX_FIELD_NUMBER
public static final int LEX_FIELD_NUMBER- See Also:
-
SIMPLE_FIELD_NUMBER
public static final int SIMPLE_FIELD_NUMBER- See Also:
-
LANGTAG_FIELD_NUMBER
public static final int LANGTAG_FIELD_NUMBER- See Also:
-
DATATYPE_FIELD_NUMBER
public static final int DATATYPE_FIELD_NUMBER- See Also:
-
DTPREFIX_FIELD_NUMBER
public static final int DTPREFIX_FIELD_NUMBER- See Also:
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
getLiteralKindCase
- Specified by:
getLiteralKindCase
in interfacePB_RDF.RDF_LiteralOrBuilder
-
getLex
string lex = 1;
- Specified by:
getLex
in interfacePB_RDF.RDF_LiteralOrBuilder
- Returns:
- The lex.
-
getLexBytes
public com.google.protobuf.ByteString getLexBytes()string lex = 1;
- Specified by:
getLexBytes
in interfacePB_RDF.RDF_LiteralOrBuilder
- Returns:
- The bytes for lex.
-
hasSimple
public boolean hasSimple()bool simple = 9;
- Specified by:
hasSimple
in interfacePB_RDF.RDF_LiteralOrBuilder
- Returns:
- Whether the simple field is set.
-
getSimple
public boolean getSimple()bool simple = 9;
- Specified by:
getSimple
in interfacePB_RDF.RDF_LiteralOrBuilder
- Returns:
- The simple.
-
hasLangtag
public boolean hasLangtag()string langtag = 2;
- Specified by:
hasLangtag
in interfacePB_RDF.RDF_LiteralOrBuilder
- Returns:
- Whether the langtag field is set.
-
getLangtag
string langtag = 2;
- Specified by:
getLangtag
in interfacePB_RDF.RDF_LiteralOrBuilder
- Returns:
- The langtag.
-
getLangtagBytes
public com.google.protobuf.ByteString getLangtagBytes()string langtag = 2;
- Specified by:
getLangtagBytes
in interfacePB_RDF.RDF_LiteralOrBuilder
- Returns:
- The bytes for langtag.
-
hasDatatype
public boolean hasDatatype()string datatype = 3;
- Specified by:
hasDatatype
in interfacePB_RDF.RDF_LiteralOrBuilder
- Returns:
- Whether the datatype field is set.
-
getDatatype
string datatype = 3;
- Specified by:
getDatatype
in interfacePB_RDF.RDF_LiteralOrBuilder
- Returns:
- The datatype.
-
getDatatypeBytes
public com.google.protobuf.ByteString getDatatypeBytes()string datatype = 3;
- Specified by:
getDatatypeBytes
in interfacePB_RDF.RDF_LiteralOrBuilder
- Returns:
- The bytes for datatype.
-
hasDtPrefix
public boolean hasDtPrefix().RDF_PrefixName dtPrefix = 4;
- Specified by:
hasDtPrefix
in interfacePB_RDF.RDF_LiteralOrBuilder
- Returns:
- Whether the dtPrefix field is set.
-
getDtPrefix
.RDF_PrefixName dtPrefix = 4;
- Specified by:
getDtPrefix
in interfacePB_RDF.RDF_LiteralOrBuilder
- Returns:
- The dtPrefix.
-
getDtPrefixOrBuilder
.RDF_PrefixName dtPrefix = 4;
- Specified by:
getDtPrefixOrBuilder
in interfacePB_RDF.RDF_LiteralOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage
-
writeTo
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessage
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessage
-
equals
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static PB_RDF.RDF_Literal parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PB_RDF.RDF_Literal parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PB_RDF.RDF_Literal parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PB_RDF.RDF_Literal parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PB_RDF.RDF_Literal parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PB_RDF.RDF_Literal parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static PB_RDF.RDF_Literal parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static PB_RDF.RDF_Literal parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static PB_RDF.RDF_Literal parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static PB_RDF.RDF_Literal parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-