public static enum CQL3Type.Native extends java.lang.Enum<CQL3Type.Native> implements CQL3Type
CQL3Type.Collection, CQL3Type.Custom, CQL3Type.Native, CQL3Type.Raw, CQL3Type.Tuple, CQL3Type.UserDefined
Enum Constant and Description |
---|
ASCII |
BIGINT |
BLOB |
BOOLEAN |
COUNTER |
DATE |
DECIMAL |
DOUBLE |
FLOAT |
INET |
INT |
SMALLINT |
TEXT |
TIME |
TIMESTAMP |
TIMEUUID |
TINYINT |
UUID |
VARCHAR |
VARINT |
Modifier and Type | Method and Description |
---|---|
AbstractType<?> |
getType() |
boolean |
isCollection() |
java.lang.String |
toString() |
static CQL3Type.Native |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CQL3Type.Native[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CQL3Type.Native ASCII
public static final CQL3Type.Native BIGINT
public static final CQL3Type.Native BLOB
public static final CQL3Type.Native BOOLEAN
public static final CQL3Type.Native COUNTER
public static final CQL3Type.Native DECIMAL
public static final CQL3Type.Native DOUBLE
public static final CQL3Type.Native FLOAT
public static final CQL3Type.Native INET
public static final CQL3Type.Native INT
public static final CQL3Type.Native SMALLINT
public static final CQL3Type.Native TEXT
public static final CQL3Type.Native TIMESTAMP
public static final CQL3Type.Native TINYINT
public static final CQL3Type.Native UUID
public static final CQL3Type.Native VARCHAR
public static final CQL3Type.Native VARINT
public static final CQL3Type.Native TIMEUUID
public static final CQL3Type.Native DATE
public static final CQL3Type.Native TIME
public static CQL3Type.Native[] values()
for (CQL3Type.Native c : CQL3Type.Native.values()) System.out.println(c);
public static CQL3Type.Native valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic boolean isCollection()
isCollection
in interface CQL3Type
public AbstractType<?> getType()
public java.lang.String toString()
toString
in class java.lang.Enum<CQL3Type.Native>
Copyright © 2018 The Apache Software Foundation