Package tss.tpm

Enum ImplementationConstants._N

  • All Implemented Interfaces:
    Serializable, Comparable<ImplementationConstants._N>
    Enclosing class:
    ImplementationConstants

    public static enum ImplementationConstants._N
    extends Enum<ImplementationConstants._N>
    Values from enum _N are only intended to be used in case labels of a switch statement using the result of this.asEnum() method as the switch condition. However, their Java names are identical to those of the constants defined in this class further below, so for any other usage just prepend them with the ImplementationConstants. qualifier.