Class LogPriorityColumnImpl

  • All Implemented Interfaces:
    java.lang.Cloneable


    public class LogPriorityColumnImpl
    extends org.refcodes.tabular.AbstractColumn<LogPriority>
    implements java.lang.Cloneable
    Implementation of a Column interface for working with LogPriority instances, being 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>
      • Nested classes/interfaces inherited from interface org.refcodes.mixin.TypeAccessor

        org.refcodes.mixin.TypeAccessor.TypeMutator<T extends java.lang.Object>, org.refcodes.mixin.TypeAccessor.TypeProperty<T extends java.lang.Object>
    • 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)
      • Methods inherited from class org.refcodes.tabular.AbstractColumn

        contains, fromStorageString, get, getKey, getType, remove, toPrintable, toStorageString
      • Methods inherited from interface org.refcodes.tabular.Column

        getValue, getValue_, toStorageString_
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • toStorageStrings

        public java.lang.String[] toStorageStrings​(LogPriority aValue)
      • fromStorageStrings

        public LogPriority fromStorageStrings​(java.lang.String[] aStringValues)
                                       throws java.text.ParseException
        Throws:
        java.text.ParseException
      • clone

        public java.lang.Object clone​()
                               throws java.lang.CloneNotSupportedException
        Overrides:
        clone in class org.refcodes.tabular.AbstractColumn<LogPriority>
        Throws:
        java.lang.CloneNotSupportedException