dfki.util.rdf
Class RDF.Property

java.lang.Object
  |
  +--dfki.util.config.Config.Property
        |
        +--dfki.util.Util.Property
              |
              +--dfki.util.rdf.RDF.Property
Enclosing class:
RDF

public static class RDF.Property
extends Util.Property

Defines the Properties of the RDF class.


Field Summary
static RDF.Property DEFAULT_SYNTAX_NAMESPACE
          Default namespace for rdf resources.
static RDF.Property IMPORT_IMPL_CLASSNAME
           
static RDF.Property RDF_FACTORY_IMPL_CLASSNAME
          Class name of the RDF factory implementation.
 
Fields inherited from class dfki.util.config.Config.Property
MULTI_VALUE, SEPARATOR, SINGLE_VALUE
 
Methods inherited from class dfki.util.config.Config.Property
getDescription, getId, isMultiValued, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RDF_FACTORY_IMPL_CLASSNAME

public static final RDF.Property RDF_FACTORY_IMPL_CLASSNAME
Class name of the RDF factory implementation.

DEFAULT_SYNTAX_NAMESPACE

public static final RDF.Property DEFAULT_SYNTAX_NAMESPACE
Default namespace for rdf resources.

IMPORT_IMPL_CLASSNAME

public static final RDF.Property IMPORT_IMPL_CLASSNAME