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 NCBoolSingleton FALSE instancestatic final NCBoolSingleton 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 TypeMethodDescriptionbooleanReturns the boolean value of this objectbooleanForce subclasses to implement.static NCBoolgetBoolean(boolean value) Returns a NCBool instance of the specified value.intgetType()Returns the type of thisNCTypeobject.inthashCode()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:NCTypeForce subclasses to implement. -
equals
Description copied from class:NCTypeForce subclasses to implement. -
toString
Description copied from class:NCTypeForce subclasses to implement. -
getType
public int getType()Description copied from class:NCTypeReturns the type of thisNCTypeobject.
-