dfki.util.config
Class Config.Property
java.lang.Object
|
+--dfki.util.config.Config.Property
- Direct Known Subclasses:
- DotExecutor.Property, RDFSchemaGrapher.Property
- Enclosing class:
- Config
- public abstract static class Config.Property
- extends java.lang.Object
Constructor Summary |
protected |
Config.Property(java.lang.String id,
java.lang.String description)
|
protected |
Config.Property(java.lang.String id,
java.lang.String description,
boolean isMultiValued)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
SEPARATOR
public static final java.lang.String SEPARATOR
MULTI_VALUE
public static final boolean MULTI_VALUE
SINGLE_VALUE
public static final boolean SINGLE_VALUE
Config.Property
protected Config.Property(java.lang.String id,
java.lang.String description)
Config.Property
protected Config.Property(java.lang.String id,
java.lang.String description,
boolean isMultiValued)
getId
public java.lang.String getId()
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object
isMultiValued
public boolean isMultiValued()