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

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

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

Representation of a Stardog information 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 isInfo()
           
 
Methods inherited from class com.clarkparsia.stardog.metadata.MetaProperty
config, config, config, equals, getByteIO, getDefaultValue, getGraphIO, getName, getPermission, getTextIO, hashCode, info, info, info, isConfig, isDatabase, isDiskIndex, isIndex, isMemoryIndex, isReadable, isSecure, isTransient, isValid, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

isInfo

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


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