Initializing help system before first use

XPRSenumerations.EnumerationEntry

  • java.lang.Object
    • java.lang.Number
      • com.dashoptimization.XPRSenumerations.EnumerationEntry
    • Method Summary

      Modifier and Type Method Description
      byte byteValue()
      double doubleValue()
      boolean equals​(java.lang.Object o)
      Compares two values of the same enumerated type.
      float floatValue()
      java.lang.String getName()
      Retrieves name of this enumeration item.
      int getValue()
      Retrieves numeric value of this enumeration item.
      int intValue()
      long longValue()
      short shortValue()
      java.lang.String toString()
      Retrieves string representation of this enumerated value.
      • Methods inherited from class java.lang.Object

        getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getName

        public final java.lang.String getName()
        Retrieves name of this enumeration item.
        Returns:
        The name of this enumeration item.
      • getValue

        public final int getValue()
        Retrieves numeric value of this enumeration item.
        Returns:
        The numeric value of this enumeration item.
      • toString

        public final java.lang.String toString()
        Retrieves string representation of this enumerated value.
        Overrides:
        toString in class  java.lang.Object
        Returns:
        The string representation of this enumeration item.
      • equals

        public final boolean equals​(java.lang.Object o)
        Compares two values of the same enumerated type.
        Overrides:
        equals in class  java.lang.Object
        Parameters:
        o - Object to compare to.
        Returns:
        <code>true</code> if <code>o</code> equals <code>this</code>, <code>false</code> otherwise.
      • byteValue

        public byte byteValue()
        Overrides:
        byteValue in class  java.lang.Number
      • doubleValue

        public double doubleValue()
        Specified by:
        doubleValue in class  java.lang.Number
      • floatValue

        public float floatValue()
        Specified by:
        floatValue in class  java.lang.Number
      • intValue

        public int intValue()
        Specified by:
        intValue in class  java.lang.Number
      • longValue

        public long longValue()
        Specified by:
        longValue in class  java.lang.Number
      • shortValue

        public short shortValue()
        Overrides:
        shortValue in class  java.lang.Number

© 2001-2024 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.