org.rdfcontext.model
Class Constants

java.lang.Object
  extended byorg.rdfcontext.model.Constants

public class Constants
extends java.lang.Object

Author:
jccq TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
static org.openrdf.model.URI HASOBJ
           
static org.openrdf.model.URI HASPRE
           
static org.openrdf.model.URI HASSUB
           
static org.openrdf.model.URI MSG_SIGNATURE_STATEMENT
           
static java.lang.String PGPSTRING
           
static org.openrdf.model.URI TYPE
           
static java.lang.String X509STRING
           
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PGPSTRING

public static final java.lang.String PGPSTRING
See Also:
Constant Field Values

X509STRING

public static final java.lang.String X509STRING
See Also:
Constant Field Values

HASSUB

public static final org.openrdf.model.URI HASSUB

HASPRE

public static final org.openrdf.model.URI HASPRE

HASOBJ

public static final org.openrdf.model.URI HASOBJ

TYPE

public static final org.openrdf.model.URI TYPE

MSG_SIGNATURE_STATEMENT

public static final org.openrdf.model.URI MSG_SIGNATURE_STATEMENT
Constructor Detail

Constants

public Constants()