Package com.complexible.stardog.metadata
Class InfoProperty<T>
java.lang.Object
com.complexible.stardog.metadata.MetaProperty<T>
com.complexible.stardog.metadata.InfoProperty<T>
Representation of a Stardog information option. The info properties can be used to get the values but cannot be modified by
users (neither at database creation time nor later).
- Since:
- 0.9
- Version:
- 0.9
- Author:
- Evren Sirin
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.complexible.stardog.metadata.MetaProperty
MetaProperty.Builder<T,P extends MetaProperty<T>>, MetaProperty.Flag -
Method Summary
Methods inherited from class com.complexible.stardog.metadata.MetaProperty
config, config, config, config, configList, equals, getByteIO, getCategory, getCollectionType, getDefaultValue, getDescription, getGraphIO, getLabel, getName, getPermission, getPossibleValues, getSystemDefaultValue, getTextIO, getType, hashCode, info, info, info, isConfig, isDatabase, isDiskIndex, isIndex, isMemoryIndex, isReadable, isSecure, isServer, isTemporary, isValid, isWritableOnline, setByteIO, setCategory, setDescription, setGraphIO, setLabel, setTextIO, setType, toString
-
Method Details
-
isInfo
public boolean isInfo()- Overrides:
isInfoin classMetaProperty<T>
-