Class NCBool
java.lang.Object
com.adobe.versioncue.nativecomm.msg.NCType
com.adobe.versioncue.nativecomm.msg.NCBool
- All Implemented Interfaces:
INCExternalizable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NCBool
Singleton FALSE instancestatic final NCBool
Singleton TRUE instanceFields inherited from class com.adobe.versioncue.nativecomm.msg.NCType
TYPE_BOOLEAN, TYPE_BYTEBUFFER, TYPE_DATE, TYPE_DOUBLE, TYPE_INTEGER, TYPE_LIST, TYPE_LONG, TYPE_MAP, TYPE_NULL, TYPE_STRING
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the boolean value of this objectboolean
Force subclasses to implement.static NCBool
getBoolean
(boolean value) Returns a NCBool instance of the specified value.int
getType()
Returns the type of thisNCType
object.int
hashCode()
Force subclasses to implement.toString()
Force subclasses to implement.Methods inherited from class com.adobe.versioncue.nativecomm.msg.NCType
externalize
-
Field Details
-
TRUE
Singleton TRUE instance -
FALSE
Singleton FALSE instance
-
-
Method Details
-
getBoolean
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. -
equals
Description copied from class:NCType
Force subclasses to implement. -
toString
Description copied from class:NCType
Force subclasses to implement. -
getType
public int getType()Description copied from class:NCType
Returns the type of thisNCType
object.
-