Package com.complexible.stardog.metadata
Class InfoProperty<T>
- java.lang.Object
-
- com.complexible.stardog.metadata.MetaProperty<T>
-
- com.complexible.stardog.metadata.InfoProperty<T>
-
public final class InfoProperty<T> extends MetaProperty<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:
Metadata
-
-
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isInfo()
-
Methods inherited from class com.complexible.stardog.metadata.MetaProperty
config, config, config, config, 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 Detail
-
isInfo
public boolean isInfo()
- Overrides:
isInfo
in classMetaProperty<T>
-
-