Class LogPriorityColumn
java.lang.Object
org.refcodes.tabular.AbstractColumn<LogPriority>
org.refcodes.logger.LogPriorityColumn
- All Implemented Interfaces:
Cloneable,org.refcodes.mixin.KeyAccessor<String>,org.refcodes.mixin.TypeAccessor<LogPriority>,org.refcodes.tabular.Column<LogPriority>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.refcodes.mixin.KeyAccessor
org.refcodes.mixin.KeyAccessor.KeyBuilder<K,B extends org.refcodes.mixin.KeyAccessor.KeyBuilder<K, B>>, org.refcodes.mixin.KeyAccessor.KeyMutator<K>, org.refcodes.mixin.KeyAccessor.KeyProperty<K> Nested classes/interfaces inherited from interface org.refcodes.mixin.TypeAccessor
org.refcodes.mixin.TypeAccessor.TypeBuilder<T,B extends org.refcodes.mixin.TypeAccessor.TypeBuilder<T, B>>, org.refcodes.mixin.TypeAccessor.TypeMutator<T>, org.refcodes.mixin.TypeAccessor.TypeProperty<T> -
Constructor Summary
ConstructorsConstructorDescriptionLogPriorityColumn(String aKey) Creates aLogPriorityColumnmanagingStringinstances. -
Method Summary
Modifier and TypeMethodDescriptionclone()fromStorageStrings(String[] aStringValues) String[]toStorageStrings(LogPriority aValue) Methods inherited from class org.refcodes.tabular.AbstractColumn
contains, fromStorageString, get, getKey, getType, remove, toPrintable, toStorageStringMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.refcodes.tabular.Column
getValue, toStorageString_
-
Constructor Details
-
LogPriorityColumn
Creates aLogPriorityColumnmanagingStringinstances.- Parameters:
aKey- The key for theLogPriorityColumn.
-
-
Method Details
-
toStorageStrings
-
fromStorageStrings
- Throws:
ParseException
-
clone
- Overrides:
clonein classorg.refcodes.tabular.AbstractColumn<LogPriority>- Throws:
CloneNotSupportedException
-