org.apache.cassandra.loader
Class ValueType
java.lang.Object
org.apache.cassandra.loader.ValueType
public class ValueType
- extends java.lang.Object
Java class for ValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValueType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Field" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
Field Summary |
protected java.lang.Integer |
field
|
Method Summary |
java.lang.Integer |
getField()
Gets the value of the field property. |
void |
setField(java.lang.Integer value)
Sets the value of the field property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
field
protected java.lang.Integer field
ValueType
public ValueType()
getField
public java.lang.Integer getField()
- Gets the value of the field property.
- Returns:
- possible object is
Integer
setField
public void setField(java.lang.Integer value)
- Sets the value of the field property.
- Parameters:
value
- allowed object is
Integer
Copyright © 2009 The Apache Software Foundation