Class MethodNameColumn
- All Implemented Interfaces:
Cloneable, KeyAccessor<String>, TypeAccessor<String>, Column<String>
-
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
ConstructorsConstructorDescriptionMethodNameColumn(String aKey) Creates aMethodNameColumnmanagingStringinstances. -
Method Summary
Modifier and TypeMethodDescriptionclone()fromStorageStrings(String[] aStringValues) toPrintable(String aValue) String[]toStorageStrings(String aValue) Methods inherited from class AbstractColumn
contains, fromStorageString, get, getKey, getType, remove, toStorageStringMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Column
getValue, toStorageString_
-
Constructor Details
-
MethodNameColumn
Creates aMethodNameColumnmanagingStringinstances.- Parameters:
aKey- The key for theMethodNameColumn.
-
-
Method Details
-
toStorageStrings
-
fromStorageStrings
- Throws:
ParseException
-
toPrintable
- Specified by:
toPrintablein interfaceColumn<String>- Overrides:
toPrintablein classAbstractColumn<String>
-
clone
- Overrides:
clonein classAbstractColumn<String>- Throws:
CloneNotSupportedException
-