public enum Collection extends Enum<Collection>
| Enum Constant and Description |
|---|
CACHE |
CONTEXT |
ENDPOINT |
MODULE |
SCHEMA |
TABLE |
TOPIC |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
key() |
compozitor.generator.core.interfaces.Namespace |
namespace() |
abstract String |
templateKey() |
static Collection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Collection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Collection ENDPOINT
public static final Collection CACHE
public static final Collection CONTEXT
public static final Collection MODULE
public static final Collection SCHEMA
public static final Collection TABLE
public static final Collection TOPIC
public static Collection[] values()
for (Collection c : Collection.values()) System.out.println(c);
public static Collection valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic compozitor.generator.core.interfaces.Namespace namespace()
protected abstract String key()
public abstract String templateKey()
Copyright © 2020. All rights reserved.