public enum ArtifactsGenerationMode extends Enum<ArtifactsGenerationMode>
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
static ArtifactsGenerationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArtifactsGenerationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArtifactsGenerationMode DATAMAP
public static final ArtifactsGenerationMode ENTITY
public static final ArtifactsGenerationMode ALL
public static ArtifactsGenerationMode[] values()
for (ArtifactsGenerationMode c : ArtifactsGenerationMode.values()) System.out.println(c);
public static ArtifactsGenerationMode 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 String getLabel()
Copyright © 2001–2017 Apache Cayenne. All rights reserved.