Cloneable
, org.refcodes.mixin.KeyAccessor<String>
, org.refcodes.mixin.TypeAccessor<LogPriority>
, org.refcodes.tabular.Column<LogPriority>
public class LogPriorityColumnImpl extends org.refcodes.tabular.AbstractColumn<LogPriority> implements Cloneable
org.refcodes.mixin.KeyAccessor.KeyBuilder<K extends Object,B extends org.refcodes.mixin.KeyAccessor.KeyBuilder<K,B>>, org.refcodes.mixin.KeyAccessor.KeyMutator<K extends Object>, org.refcodes.mixin.KeyAccessor.KeyProperty<K extends Object>
Constructor | Description |
---|---|
LogPriorityColumnImpl(String aKey) |
Creates a
LogPriorityColumnImpl managing String
instances. |
Modifier and Type | Method | Description |
---|---|---|
Object |
clone() |
|
LogPriority |
fromStorageStrings(String[] aStringValues) |
|
String[] |
toStorageStrings(LogPriority aValue) |
public LogPriorityColumnImpl(String aKey)
LogPriorityColumnImpl
managing String
instances.aKey
- The key for the LogPriorityColumnImpl
.public String[] toStorageStrings(LogPriority aValue)
toStorageStrings
in interface org.refcodes.tabular.Column<LogPriority>
public LogPriority fromStorageStrings(String[] aStringValues) throws ParseException
fromStorageStrings
in interface org.refcodes.tabular.Column<LogPriority>
ParseException
public Object clone() throws CloneNotSupportedException
clone
in class org.refcodes.tabular.AbstractColumn<LogPriority>
CloneNotSupportedException
Copyright © 2018. All rights reserved.