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:
- Serializable, Comparable<AdminBeanConstant>
public enum AdminBeanConstant
- extends Enum<AdminBeanConstant>
- Version:
- $Revision: 1822 $
Last update : $Date: 2010-12-14 10:46:22 +0100 (mar., 14 déc. 2010) $
By : $Author: sletellier $
- Author:
- sletellier
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(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:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
getCategoryName
public String getCategoryName()
getNewEntityName
public String getNewEntityName()
getBeanClass
public Class<?> getBeanClass()
getUIClass
public Class<?> getUIClass()
getConstantByUIClass
public static AdminBeanConstant getConstantByUIClass(Class uiClass)
getConstantByBeanClass
public static AdminBeanConstant getConstantByBeanClass(Class beanClass)
getBean
public Object getBean(org.nuiton.wikitty.WikittyProxy proxy,
String id)
getUIClass
public static Class<?> getUIClass(String categoryName)
getUIClass
public static Class<?> getUIClass(Class<?> beanClass)
isCategoryNode
public static boolean isCategoryNode(VradiTreeNode node)
isCategoryId
public static boolean isCategoryId(String id)
Copyright © 2009-2010 JurisMarches. All Rights Reserved.