Module org.apache.jena.arq
Interface PB_RDF.RDF_PrefixNameOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PB_RDF.RDF_PrefixName,PB_RDF.RDF_PrefixName.Builder
- Enclosing class:
- PB_RDF
public static interface PB_RDF.RDF_PrefixNameOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring localName = 2;com.google.protobuf.ByteStringstring localName = 2;string prefix = 1;com.google.protobuf.ByteStringstring prefix = 1;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
-
getPrefix
String getPrefix()string prefix = 1;- Returns:
- The prefix.
-
getPrefixBytes
com.google.protobuf.ByteString getPrefixBytes()string prefix = 1;- Returns:
- The bytes for prefix.
-
getLocalName
String getLocalName()string localName = 2;- Returns:
- The localName.
-
getLocalNameBytes
com.google.protobuf.ByteString getLocalNameBytes()string localName = 2;- Returns:
- The bytes for localName.
-