Package org.refcodes.logger
Class LogPriorityColumnImpl
- java.lang.Object
-
- org.refcodes.tabular.AbstractColumn<LogPriority>
-
- org.refcodes.logger.LogPriorityColumnImpl
-
- All Implemented Interfaces:
java.lang.Cloneable
,org.refcodes.mixin.KeyAccessor<java.lang.String>
,org.refcodes.mixin.TypeAccessor<LogPriority>
,org.refcodes.tabular.Column<LogPriority>
public class LogPriorityColumnImpl extends org.refcodes.tabular.AbstractColumn<LogPriority> implements java.lang.Cloneable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.refcodes.mixin.KeyAccessor
org.refcodes.mixin.KeyAccessor.KeyBuilder<K extends java.lang.Object,B extends org.refcodes.mixin.KeyAccessor.KeyBuilder<K,B>>, org.refcodes.mixin.KeyAccessor.KeyMutator<K extends java.lang.Object>, org.refcodes.mixin.KeyAccessor.KeyProperty<K extends java.lang.Object>
-
-
Constructor Summary
Constructors Constructor Description LogPriorityColumnImpl(java.lang.String aKey)
Creates aLogPriorityColumnImpl
managingString
instances.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
clone()
LogPriority
fromStorageStrings(java.lang.String[] aStringValues)
java.lang.String[]
toStorageStrings(LogPriority aValue)
-
-
-
Constructor Detail
-
LogPriorityColumnImpl
public LogPriorityColumnImpl(java.lang.String aKey)
Creates aLogPriorityColumnImpl
managingString
instances.- Parameters:
aKey
- The key for theLogPriorityColumnImpl
.
-
-
Method Detail
-
toStorageStrings
public java.lang.String[] toStorageStrings(LogPriority aValue)
- Specified by:
toStorageStrings
in interfaceorg.refcodes.tabular.Column<LogPriority>
-
fromStorageStrings
public LogPriority fromStorageStrings(java.lang.String[] aStringValues) throws java.text.ParseException
- Specified by:
fromStorageStrings
in interfaceorg.refcodes.tabular.Column<LogPriority>
- Throws:
java.text.ParseException
-
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
- Overrides:
clone
in classorg.refcodes.tabular.AbstractColumn<LogPriority>
- Throws:
java.lang.CloneNotSupportedException
-
-