| Package | Description |
|---|---|
| org.cassandraunit.type | |
| org.cassandraunit.utils |
| Modifier and Type | Method and Description |
|---|---|
static GenericTypeEnum |
GenericTypeEnum.fromValue(String v) |
GenericTypeEnum |
GenericType.getType() |
GenericTypeEnum[] |
GenericType.getTypesBelongingCompositeType() |
static GenericTypeEnum |
GenericTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenericTypeEnum[] |
GenericTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
GenericType(String[] compositeValues,
GenericTypeEnum[] typesBelongingCompositeType)
constructor to use with the compositeType
|
GenericType(String value,
GenericTypeEnum type) |
| Modifier and Type | Method and Description |
|---|---|
static GenericTypeEnum[] |
ComparatorTypeHelper.extractGenericTypesFromTypeAlias(String comparatorType) |
| Modifier and Type | Method and Description |
|---|---|
static GenericType |
TypeExtractor.constructGenericType(String rowKeyOrColumnName,
me.prettyprint.hector.api.ddl.ComparatorType type,
GenericTypeEnum[] typesBelongingCompositeType) |
Copyright © 2014. All Rights Reserved.