org.eclipse.higgins.rp
Class Constants

java.lang.Object
  extended by org.eclipse.higgins.rp.Constants

public class Constants
extends Object


Field Summary
static String OPTIONALCLAIMS
           
static String REQUIREDCLAIMS
           
static String TOKENTYPES
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOKENTYPES

public static final String TOKENTYPES
See Also:
Constant Field Values

REQUIREDCLAIMS

public static final String REQUIREDCLAIMS
See Also:
Constant Field Values

OPTIONALCLAIMS

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

Constants

public Constants()