org.eclipse.higgins.cardstore
Class Constants

java.lang.Object
  extended byorg.eclipse.higgins.cardstore.Constants

public class Constants
extends Object


Field Summary
static String FULL_COPYRIGHT
           
static String NSURI_ADDRESSING_2005_08
           
static String NSURI_ADDRESSINGIDENTITY_2006_02
           
static String NSURI_DS_2000_09
           
static String NSURI_IDENTITY_2005_05
           
static String NSURI_TRUST_2005_02
           
static String NSURI_XENC_2001_04
           
static String NSURI_XML
           
static String SHORT_COPYRIGHT
           
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SHORT_COPYRIGHT

public static final String SHORT_COPYRIGHT
See Also:
Constant Field Values

FULL_COPYRIGHT

public static final String FULL_COPYRIGHT
See Also:
Constant Field Values

NSURI_IDENTITY_2005_05

public static final String NSURI_IDENTITY_2005_05
See Also:
Constant Field Values

NSURI_TRUST_2005_02

public static final String NSURI_TRUST_2005_02
See Also:
Constant Field Values

NSURI_XENC_2001_04

public static final String NSURI_XENC_2001_04
See Also:
Constant Field Values

NSURI_DS_2000_09

public static final String NSURI_DS_2000_09
See Also:
Constant Field Values

NSURI_XML

public static final String NSURI_XML
See Also:
Constant Field Values

NSURI_ADDRESSING_2005_08

public static final String NSURI_ADDRESSING_2005_08
See Also:
Constant Field Values

NSURI_ADDRESSINGIDENTITY_2006_02

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

Constants

public Constants()