public class TMFFScheme
extends java.lang.Object
Constructor and Description |
---|
TMFFScheme()
Default constructor for TMFFScheme.
|
TMFFScheme(java.lang.String[] param)
Constructor for TMFFScheme used by TMFFBoss and BatchMMJ2.
|
TMFFScheme(java.lang.String schemeName,
TMFFMethod method)
Standard constructor for TMFFScheme.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSchemeName()
Get the name assigned to this TMFFScheme.
|
TMFFMethod |
getTMFFMethod()
Get the TMFFMethod instance assigned to this TMFFScheme.
|
void |
setSchemeName(java.lang.String schemeName)
Set Name assigned to this TMFFScheme.
|
void |
setTMFFMethod(TMFFMethod tmffMethod)
Set TMFFMethod assigned to this TMFFScheme.
|
public TMFFScheme()
public TMFFScheme(java.lang.String[] param)
param
- String parameter array corresponding to the BatchMMJ2
RunParm command TMFFDefineScheme.public TMFFScheme(java.lang.String schemeName, TMFFMethod method)
schemeName
- name assigned to the scheme by the user.method
- TMFFMethod to be assigned to the scheme.public TMFFMethod getTMFFMethod()
public void setTMFFMethod(TMFFMethod tmffMethod)
tmffMethod
- pre-instantiated TMFFMethod.public java.lang.String getSchemeName()
public void setSchemeName(java.lang.String schemeName)
Must not be null or zero length! And it will need to be unique, though that is validated elsewhere.
Scheme Name "Unformatted" is RESERVED and cannot be assigned.
schemeName
- non-null, non-empty String.