Class NCBool

java.lang.Object
com.adobe.versioncue.nativecomm.msg.NCType
com.adobe.versioncue.nativecomm.msg.NCBool
All Implemented Interfaces:
INCExternalizable

public final class NCBool extends NCType
  • Field Details

    • TRUE

      public static final NCBool TRUE
      Singleton TRUE instance
    • FALSE

      public static final NCBool FALSE
      Singleton FALSE instance
  • Method Details

    • getBoolean

      public static NCBool getBoolean(boolean value)
      Returns a NCBool instance of the specified value.
      Parameters:
      value - boolean value to represent
      Returns:
      the NCBool instance
    • booleanValue

      public boolean booleanValue()
      Returns the boolean value of this object
      Returns:
      boolean value of this object
    • hashCode

      public int hashCode()
      Description copied from class: NCType
      Force subclasses to implement.
      Specified by:
      hashCode in class NCType
      See Also:
    • equals

      public boolean equals(Object other)
      Description copied from class: NCType
      Force subclasses to implement.
      Specified by:
      equals in class NCType
      See Also:
    • toString

      public String toString()
      Description copied from class: NCType
      Force subclasses to implement.
      Specified by:
      toString in class NCType
      See Also:
    • getType

      public int getType()
      Description copied from class: NCType
      Returns the type of this NCType object.
      Specified by:
      getType in class NCType
      Returns:
      the type of this NCType
      See Also: