org.cassandraunit.type
Class GenericType
java.lang.Object
org.cassandraunit.type.GenericType
public class GenericType
- extends Object
- Author:
- Jeremy Sevellec
GenericType
public GenericType(String value,
GenericTypeEnum type)
GenericType
public GenericType(String[] compositeValues,
GenericTypeEnum[] typesBelongingCompositeType)
- constructor to use with the compositeType
- Parameters:
compositeValues - the string array of valuestypesBelongingCompositeType - the type array belonging the compositeType
getValue
public String getValue()
toString
public String toString()
- Overrides:
toString in class Object
getType
public GenericTypeEnum getType()
getTypesBelongingCompositeType
public GenericTypeEnum[] getTypesBelongingCompositeType()
getCompositeValues
public String[] getCompositeValues()
Copyright © 2012. All Rights Reserved.