|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.loader.SuperColumnType
public class SuperColumnType
Java class for SuperColumnType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SuperColumnType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Fields" type="{}FieldCollection"/> </sequence> <attribute name="Tokenize" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected FieldCollection |
fields
|
protected java.lang.Boolean |
tokenize
|
Constructor Summary | |
---|---|
SuperColumnType()
|
Method Summary | |
---|---|
FieldCollection |
getFields()
Gets the value of the fields property. |
java.lang.Boolean |
isTokenize()
Gets the value of the tokenize property. |
void |
setFields(FieldCollection value)
Sets the value of the fields property. |
void |
setTokenize(java.lang.Boolean value)
Sets the value of the tokenize property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected FieldCollection fields
protected java.lang.Boolean tokenize
Constructor Detail |
---|
public SuperColumnType()
Method Detail |
---|
public FieldCollection getFields()
FieldCollection
public void setFields(FieldCollection value)
value
- allowed object is
FieldCollection
public java.lang.Boolean isTokenize()
Boolean
public void setTokenize(java.lang.Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |