|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ComponentInstanceParameterName>
org.silverpeas.admin.component.constant.ComponentInstanceParameterName
public enum ComponentInstanceParameterName
Centralization of common parameter names of component instances. User: Yohann Chastagnier Date: 13/12/12
| Enum Constant Summary | |
|---|---|
authorizedFileExtension
|
|
forbiddenFileExtension
|
|
| Method Summary | |
|---|---|
static ComponentInstanceParameterName |
from(String componentParameterName)
Gets the emnum instance (case insensitive) |
String |
getDefaultValue()
Gets the default value. |
static ComponentInstanceParameterName |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ComponentInstanceParameterName[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ComponentInstanceParameterName authorizedFileExtension
public static final ComponentInstanceParameterName forbiddenFileExtension
| Method Detail |
|---|
public static ComponentInstanceParameterName[] values()
for (ComponentInstanceParameterName c : ComponentInstanceParameterName.values()) System.out.println(c);
public static ComponentInstanceParameterName valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String getDefaultValue()
public static ComponentInstanceParameterName from(String componentParameterName)
componentParameterName -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||