@Deprecated public enum KualiUtilConfig extends Enum<KualiUtilConfig> implements ProjectConfig
Enum Constant and Description |
---|
METAINF_MPX
Deprecated.
|
METAINF_MPX_BUILD
Deprecated.
|
METAINF_SQL
Deprecated.
|
METAINF_SQL_BUILD
Deprecated.
|
SCM
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId()
Deprecated.
|
String |
getConfigId()
Deprecated.
|
String |
getContextId()
Deprecated.
|
String |
getGroupId()
Deprecated.
|
static KualiUtilConfig |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static KualiUtilConfig[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KualiUtilConfig SCM
public static final KualiUtilConfig METAINF_SQL
public static final KualiUtilConfig METAINF_MPX
public static final KualiUtilConfig METAINF_SQL_BUILD
public static final KualiUtilConfig METAINF_MPX_BUILD
public static KualiUtilConfig[] values()
for (KualiUtilConfig c : KualiUtilConfig.values()) System.out.println(c);
public static KualiUtilConfig 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 getGroupId()
getGroupId
in interface ProjectConfig
public String getArtifactId()
getArtifactId
in interface ProjectConfig
public String getContextId()
getContextId
in interface ProjectConfig
public String getConfigId()
getConfigId
in interface ProjectConfig
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.