- java.lang.Object
-
- org.refcodes.tabular.AbstractColumn<String>
-
- org.refcodes.logger.MethodNameColumnImpl
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.refcodes.mixin.KeyAccessor
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>
-
Nested classes/interfaces inherited from interface org.refcodes.mixin.TypeAccessor
org.refcodes.mixin.TypeAccessor.TypeBuilder<T extends Object,B extends org.refcodes.mixin.TypeAccessor.TypeBuilder<T,B>>, org.refcodes.mixin.TypeAccessor.TypeMutator<T extends Object>, org.refcodes.mixin.TypeAccessor.TypeProperty<T extends Object>
-
-
Constructor Summary
Constructors Constructor Description MethodNameColumnImpl(String aKey)Creates aMethodNameColumnImplmanagingStringinstances.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()StringfromStorageStrings(String[] aStringValues)StringtoPrintable(String aValue)String[]toStorageStrings(String aValue)-
Methods inherited from class org.refcodes.tabular.AbstractColumn
contains, fromStorageString, get, getKey, getType, remove, toStorageString
-
-
-
-
Constructor Detail
-
MethodNameColumnImpl
public MethodNameColumnImpl(String aKey)
Creates aMethodNameColumnImplmanagingStringinstances.- Parameters:
aKey- The key for theMethodNameColumnImpl.
-
-
Method Detail
-
toStorageStrings
public String[] toStorageStrings(String aValue)
- Specified by:
toStorageStringsin interfaceorg.refcodes.tabular.Column<String>
-
fromStorageStrings
public String fromStorageStrings(String[] aStringValues) throws ParseException
- Specified by:
fromStorageStringsin interfaceorg.refcodes.tabular.Column<String>- Throws:
ParseException
-
clone
public Object clone() throws CloneNotSupportedException
- Overrides:
clonein classorg.refcodes.tabular.AbstractColumn<String>- Throws:
CloneNotSupportedException
-
-