Class LogPriorityColumn
- All Implemented Interfaces:
Cloneable, KeyAccessor<String>, TypeAccessor<LogPriority>, Column<LogPriority>
-
Nested Class Summary
Nested classes/interfaces inherited from interface KeyAccessor
KeyAccessor.KeyBuilder<K,B>, KeyAccessor.KeyMutator<K>, KeyAccessor.KeyProperty<K> Nested classes/interfaces inherited from interface TypeAccessor
TypeAccessor.TypeBuilder<T,B>, TypeAccessor.TypeMutator<T>, 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 AbstractColumn
contains, fromStorageString, get, getKey, getType, remove, toPrintable, toStorageStringMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Column
getValue, toStorageString_
-
Constructor Details
-
LogPriorityColumn
Creates aLogPriorityColumnmanagingStringinstances.- Parameters:
aKey- The key for theLogPriorityColumn.
-
-
Method Details
-
toStorageStrings
-
fromStorageStrings
- Throws:
ParseException
-
clone
- Overrides:
clonein classAbstractColumn<LogPriority>- Throws:
CloneNotSupportedException
-