Class CreateStringCmd

  • All Implemented Interfaces:
    Command

    public class CreateStringCmd
    extends java.lang.Object
    implements Command
    Command to create a String and optionally label it.
    • Constructor Detail

      • CreateStringCmd

        public CreateStringCmd​(Address addr,
                               int length,
                               boolean unicode,
                               DataUtilities.ClearDataMode clearMode)
        Constructs a new command for creating strings.
      • CreateStringCmd

        public CreateStringCmd​(Address addr,
                               int length,
                               boolean unicode)
        Constructs a new command for creating strings.
      • CreateStringCmd

        public CreateStringCmd​(Address addr)
        Constructs a new command for creating strings.
      • CreateStringCmd

        public CreateStringCmd​(Address addr,
                               int length)
        Constructs a new command for creating strings.
    • Method Detail

      • getStatusMsg

        public java.lang.String getStatusMsg()
        Description copied from interface: Command
        Returns the status message indicating the status of the command.
        Specified by:
        getStatusMsg in interface Command
        Returns:
        reason for failure, or null if the status of the command was successful
        See Also:
        Command.getStatusMsg()
      • getName

        public java.lang.String getName()
        Description copied from interface: Command
        Returns the name of this command.
        Specified by:
        getName in interface Command
        Returns:
        the name of this command
        See Also:
        Command.getName()