T - Subtype of UserTypeNameSpecification.public abstract class UserTypeNameSpecification<T extends UserTypeNameSpecification<T>> extends Object
CqlIdentifier| Constructor and Description |
|---|
UserTypeNameSpecification() |
| Modifier and Type | Method and Description |
|---|---|
CqlIdentifier |
getName() |
T |
name(CqlIdentifier name)
Sets the type name.
|
T |
name(String name)
Sets the type name.
|
public T name(String name)
name - must not be empty or null.public T name(CqlIdentifier name)
name - must not be null.public CqlIdentifier getName()
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.