com.openexchange.admin.properties
Class AdminProperties.Group

java.lang.Object
  extended by com.openexchange.admin.properties.AdminProperties.Group
Enclosing class:
AdminProperties

public class AdminProperties.Group
extends Object

The properties for group

Author:
d7

Field Summary
static String AUTO_LOWERCASE
           
static String CHECK_NOT_ALLOWED_CHARS
           
static String CHECK_NOT_ALLOWED_NAMES
           
static String GID_NUMBER_START
           
static String NOT_ALLOWED_NAMES
           
 
Constructor Summary
AdminProperties.Group()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHECK_NOT_ALLOWED_CHARS

public static final String CHECK_NOT_ALLOWED_CHARS
See Also:
Constant Field Values

AUTO_LOWERCASE

public static final String AUTO_LOWERCASE
See Also:
Constant Field Values

CHECK_NOT_ALLOWED_NAMES

public static final String CHECK_NOT_ALLOWED_NAMES
See Also:
Constant Field Values

NOT_ALLOWED_NAMES

public static final String NOT_ALLOWED_NAMES
See Also:
Constant Field Values

GID_NUMBER_START

public static final String GID_NUMBER_START
See Also:
Constant Field Values
Constructor Detail

AdminProperties.Group

public AdminProperties.Group()