com.clarkparsia.stardog.metadata
Class ConfigProperty<T>

java.lang.Object
  extended by com.clarkparsia.stardog.metadata.MetaProperty<T>
      extended by com.clarkparsia.stardog.metadata.ConfigProperty<T>

public final class ConfigProperty<T>
extends MetaProperty<T>

Representation of a configuration option. This is is a specialized meta property for which a value may be provided at database creation time and its value may be modified later.

Since:
0.9
Version:
0.9
Author:
Evren Sirin
See Also:
Metadata

Nested Class Summary
 
Nested classes/interfaces inherited from class com.clarkparsia.stardog.metadata.MetaProperty
MetaProperty.Builder<T,P extends MetaProperty<T>>
 
Method Summary
 boolean isConfig()
           
 boolean isCreatable()
           
 boolean isWritable()
           
 boolean isWritableOnline()
           
 
Methods inherited from class com.clarkparsia.stardog.metadata.MetaProperty
config, config, config, equals, getByteIO, getDefaultValue, getGraphIO, getName, getPermission, getTextIO, hashCode, info, info, info, isDatabase, isDiskIndex, isIndex, isInfo, isMemoryIndex, isReadable, isSecure, isTransient, isValid, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

isConfig

public boolean isConfig()
Overrides:
isConfig in class MetaProperty<T>

isWritable

public boolean isWritable()

isWritableOnline

public boolean isWritableOnline()

isCreatable

public boolean isCreatable()


Copyright © 2010-2013 Clark & Parsia. All Rights Reserved.