org.gcube.portlets.user.collectionexplorer.client.constants
Class CommonConstants

java.lang.Object
  extended by org.gcube.portlets.user.collectionexplorer.client.constants.CommonConstants

public class CommonConstants
extends Object

ReportConstants class represent

Version:
October 2008 (0.2)
Author:
Massimiliano Assante, ISTI-CNR - massimiliano.assante@isti.cnr.it

Field Summary
static String ACCEPTED_CHARS_ALPHANUM
          Reg Ex to accept Alphanumeric values
static String ACCEPTED_CHARS_JUST_NUM
          Reg Ex to accept only numbers
static String ACCEPTED_CHARS_REG_EX
          Reg Ex to accept Alphanumeric values and _ and - and @
 
Constructor Summary
CommonConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACCEPTED_CHARS_ALPHANUM

public static final String ACCEPTED_CHARS_ALPHANUM
Reg Ex to accept Alphanumeric values

See Also:
Constant Field Values

ACCEPTED_CHARS_REG_EX

public static final String ACCEPTED_CHARS_REG_EX
Reg Ex to accept Alphanumeric values and _ and - and @

See Also:
Constant Field Values

ACCEPTED_CHARS_JUST_NUM

public static final String ACCEPTED_CHARS_JUST_NUM
Reg Ex to accept only numbers

See Also:
Constant Field Values
Constructor Detail

CommonConstants

public CommonConstants()


Copyright © 2014. All Rights Reserved.