Interface PEnumValue<T>

  • All Superinterfaces:
    java.lang.Comparable<T>, net.morimekta.util.Numeric, PValue<T>, net.morimekta.util.Stringable
    All Known Implementing Classes:
    PApplicationExceptionType, PServiceCallType

    public interface PEnumValue<T>
    extends PValue<T>, java.lang.Comparable<T>, net.morimekta.util.Stringable, net.morimekta.util.Numeric
    Base interface for enum values.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      PEnumDescriptor descriptor()  
      • Methods inherited from interface java.lang.Comparable

        compareTo
      • Methods inherited from interface net.morimekta.util.Numeric

        asInteger
      • Methods inherited from interface net.morimekta.util.Stringable

        asString