java.lang.Object
org.apache.jena.riot.thrift.wire.RDF_PrefixName
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<RDF_PrefixName>
,org.apache.thrift.TBase<RDF_PrefixName,
,RDF_PrefixName._Fields> org.apache.thrift.TSerializable
public class RDF_PrefixName
extends Object
implements org.apache.thrift.TBase<RDF_PrefixName,RDF_PrefixName._Fields>, Serializable, Cloneable, Comparable<RDF_PrefixName>
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The set of fields this struct contains, along with convenience methods for finding and manipulating them. -
Field Summary
Modifier and TypeFieldDescriptionstatic final Map<RDF_PrefixName._Fields,
org.apache.thrift.meta_data.FieldMetaData> -
Constructor Summary
ConstructorDescriptionRDF_PrefixName
(String prefix, String localName) RDF_PrefixName
(RDF_PrefixName other) Performs a deep copy on other. -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
int
compareTo
(RDF_PrefixName other) deepCopy()
boolean
boolean
equals
(RDF_PrefixName that) fieldForId
(int fieldId) int
hashCode()
boolean
isSet
(RDF_PrefixName._Fields field) Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwiseboolean
Returns true if field localName is set (has been assigned a value) and false otherwiseboolean
Returns true if field prefix is set (has been assigned a value) and false otherwisevoid
read
(org.apache.thrift.protocol.TProtocol iprot) void
setFieldValue
(RDF_PrefixName._Fields field, Object value) setLocalName
(String localName) void
setLocalNameIsSet
(boolean value) void
setPrefixIsSet
(boolean value) toString()
void
void
void
validate()
void
write
(org.apache.thrift.protocol.TProtocol oprot)
-
Field Details
-
prefix
-
localName
-
metaDataMap
public static final Map<RDF_PrefixName._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
-
-
Constructor Details
-
RDF_PrefixName
public RDF_PrefixName() -
RDF_PrefixName
-
RDF_PrefixName
Performs a deep copy on other.
-
-
Method Details
-
deepCopy
- Specified by:
deepCopy
in interfaceorg.apache.thrift.TBase<RDF_PrefixName,
RDF_PrefixName._Fields>
-
clear
public void clear()- Specified by:
clear
in interfaceorg.apache.thrift.TBase<RDF_PrefixName,
RDF_PrefixName._Fields>
-
getPrefix
-
setPrefix
-
unsetPrefix
public void unsetPrefix() -
isSetPrefix
public boolean isSetPrefix()Returns true if field prefix is set (has been assigned a value) and false otherwise -
setPrefixIsSet
public void setPrefixIsSet(boolean value) -
getLocalName
-
setLocalName
-
unsetLocalName
public void unsetLocalName() -
isSetLocalName
public boolean isSetLocalName()Returns true if field localName is set (has been assigned a value) and false otherwise -
setLocalNameIsSet
public void setLocalNameIsSet(boolean value) -
setFieldValue
- Specified by:
setFieldValue
in interfaceorg.apache.thrift.TBase<RDF_PrefixName,
RDF_PrefixName._Fields>
-
getFieldValue
- Specified by:
getFieldValue
in interfaceorg.apache.thrift.TBase<RDF_PrefixName,
RDF_PrefixName._Fields>
-
isSet
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise- Specified by:
isSet
in interfaceorg.apache.thrift.TBase<RDF_PrefixName,
RDF_PrefixName._Fields>
-
equals
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<RDF_PrefixName>
-
fieldForId
- Specified by:
fieldForId
in interfaceorg.apache.thrift.TBase<RDF_PrefixName,
RDF_PrefixName._Fields>
-
read
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException - Specified by:
read
in interfaceorg.apache.thrift.TSerializable
- Throws:
org.apache.thrift.TException
-
write
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException - Specified by:
write
in interfaceorg.apache.thrift.TSerializable
- Throws:
org.apache.thrift.TException
-
toString
-
validate
public void validate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-