UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.LabelMaker.TsplLib.ATsplCmd Class Referenceabstract
Inheritance diagram for com.UniPRT.Sdk.LabelMaker.TsplLib.ATsplCmd:
com.UniPRT.Sdk.LabelMaker.TsplLib.ITsplCmd< String > com.UniPRT.Sdk.LabelMaker.TsplLib.TsplCmd

Public Member Functions

boolean IsUseSfcc ()
 
void SetUseSfcc (boolean useSfcc)
 
String GetCmd ()
 
void SetCmd (String cmd)
 
String GetCmdSuffix ()
 
void SetCmdSuffix (String cmdSuffix)
 
void ClearParameterLines ()
 
 ATsplCmd ()
 
 ATsplCmd (String cmd, String cmdSuffix)
 
 ATsplCmd (boolean useSfcc, String cmd, String cmdSuffix)
 
List< ITsplParamLine< String > > GetParameterLines ()
 
void SetParameterLines (List< ITsplParamLine< String >> parameterLines)
 
ITsplParamLine< String > GetNewParameterLine (String startOfLine, String endOfLine)
 
ITsplParamLine< String > GetNewParameterLine (String startOfLine)
 
ITsplParamLine< String > GetNewParameterLine ()
 
StringBuilder GetAsString ()
 
String toString ()
 
- Public Member Functions inherited from com.UniPRT.Sdk.LabelMaker.TsplLib.ITsplCmd< String >
boolean IsUseSfcc ()
 
void SetUseSfcc (boolean useSfcc)
 
String GetCmd ()
 
void SetCmd (String cmd)
 
String GetCmdSuffix ()
 
void SetCmdSuffix (String cmdSuffix)
 
void ClearParameterLines ()
 
List< ITsplParamLine< T > > GetParameterLines ()
 
ITsplParamLine< T > GetNewParameterLine (String startOfLine, String endOfLine)
 

Protected Attributes

boolean useSfcc = true
 
String cmd = ""
 
String cmdSuffix = ""
 

Private Attributes

List< ITsplParamLine< String > > parameterLines
 

Constructor & Destructor Documentation

◆ ATsplCmd() [1/3]

com.UniPRT.Sdk.LabelMaker.TsplLib.ATsplCmd.ATsplCmd ( )

◆ ATsplCmd() [2/3]

com.UniPRT.Sdk.LabelMaker.TsplLib.ATsplCmd.ATsplCmd ( String  cmd,
String  cmdSuffix 
)

◆ ATsplCmd() [3/3]

com.UniPRT.Sdk.LabelMaker.TsplLib.ATsplCmd.ATsplCmd ( boolean  useSfcc,
String  cmd,
String  cmdSuffix 
)

Member Function Documentation

◆ ClearParameterLines()

◆ GetAsString()

◆ GetCmd()

String com.UniPRT.Sdk.LabelMaker.TsplLib.ATsplCmd.GetCmd ( )

◆ GetCmdSuffix()

String com.UniPRT.Sdk.LabelMaker.TsplLib.ATsplCmd.GetCmdSuffix ( )

◆ GetNewParameterLine() [1/3]

ITsplParamLine<String> com.UniPRT.Sdk.LabelMaker.TsplLib.ATsplCmd.GetNewParameterLine ( )

◆ GetNewParameterLine() [2/3]

ITsplParamLine<String> com.UniPRT.Sdk.LabelMaker.TsplLib.ATsplCmd.GetNewParameterLine ( String  startOfLine)

◆ GetNewParameterLine() [3/3]

◆ GetParameterLines()

List<ITsplParamLine<String> > com.UniPRT.Sdk.LabelMaker.TsplLib.ATsplCmd.GetParameterLines ( )

◆ IsUseSfcc()

boolean com.UniPRT.Sdk.LabelMaker.TsplLib.ATsplCmd.IsUseSfcc ( )

◆ SetCmd()

void com.UniPRT.Sdk.LabelMaker.TsplLib.ATsplCmd.SetCmd ( String  cmd)

◆ SetCmdSuffix()

void com.UniPRT.Sdk.LabelMaker.TsplLib.ATsplCmd.SetCmdSuffix ( String  cmdSuffix)

◆ SetParameterLines()

void com.UniPRT.Sdk.LabelMaker.TsplLib.ATsplCmd.SetParameterLines ( List< ITsplParamLine< String >>  parameterLines)

◆ SetUseSfcc()

void com.UniPRT.Sdk.LabelMaker.TsplLib.ATsplCmd.SetUseSfcc ( boolean  useSfcc)

◆ toString()

Member Data Documentation

◆ cmd

◆ cmdSuffix

◆ parameterLines

◆ useSfcc


The documentation for this class was generated from the following file: