Class NCString

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

public final class NCString extends NCType
  • Constructor Details

    • NCString

      public NCString(String value)
      Create a NCString instance.
      Parameters:
      value - String value of the created instance
  • Method Details

    • string

      public String string()
      Returns the String value of this object
      Returns:
      String value of this object
    • 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
    • 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: