T - specification typepublic abstract class UserTypeNameCqlGenerator<T extends UserTypeNameSpecification> extends Object
UserTypeNameSpecification| Constructor and Description |
|---|
UserTypeNameCqlGenerator(UserTypeNameSpecification specification)
Create a new
UserTypeNameCqlGenerator. |
| Modifier and Type | Method and Description |
|---|---|
T |
getSpecification() |
protected T |
spec()
Convenient synonymous method of
getSpecification(). |
String |
toCql() |
abstract StringBuilder |
toCql(StringBuilder cql) |
public UserTypeNameCqlGenerator(UserTypeNameSpecification specification)
UserTypeNameCqlGenerator.specification - must not be null.public T getSpecification()
protected T spec()
getSpecification().public String toCql()
public abstract StringBuilder toCql(StringBuilder cql)
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.