com.jurismarches.vradi.ui.admin.helpers
Enum AdminBeanConstant
java.lang.Object
java.lang.Enum<AdminBeanConstant>
com.jurismarches.vradi.ui.admin.helpers.AdminBeanConstant
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<AdminBeanConstant>
public enum AdminBeanConstant
- extends java.lang.Enum<AdminBeanConstant>
- Version:
- $Revision: 1614 $
Last update : $Date: 2010-10-06 17:00:24 +0200 (mer., 06 oct. 2010) $
By : $Author: sletellier $
- Author:
- sletellier
| 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 |
CLIENT
public static final AdminBeanConstant CLIENT
GROUP
public static final AdminBeanConstant GROUP
USER
public static final AdminBeanConstant USER
STATUS
public static final AdminBeanConstant STATUS
XML_STREAM
public static final AdminBeanConstant XML_STREAM
WEB_HARVEST_STREAM
public static final AdminBeanConstant WEB_HARVEST_STREAM
FORM_TYPE
public static final AdminBeanConstant FORM_TYPE
values
public static AdminBeanConstant[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (AdminBeanConstant c : AdminBeanConstant.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static AdminBeanConstant valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
getCategoryName
public java.lang.String getCategoryName()
getNewEntityName
public java.lang.String getNewEntityName()
getBeanClass
public java.lang.Class<?> getBeanClass()
getUIClass
public java.lang.Class<?> getUIClass()
getConstantByUIClass
public static AdminBeanConstant getConstantByUIClass(java.lang.Class uiClass)
getConstantByBeanClass
public static AdminBeanConstant getConstantByBeanClass(java.lang.Class beanClass)
getBean
public java.lang.Object getBean(VradiDataProvider provider,
java.lang.String id)
getUIClass
public static java.lang.Class<?> getUIClass(java.lang.String categoryName)
getUIClass
public static java.lang.Class<?> getUIClass(java.lang.Class<?> beanClass)
Copyright © 2009-2010 JurisMarches. All Rights Reserved.