|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.lb.SeqCode
public class SeqCode
This class represents sequence code.
Field Summary | |
---|---|
static int |
CONDOR
|
static int |
CREAM
|
static int |
CREAMWMS
|
static int |
DUPLICATE
|
static int |
NORMAL
|
static int |
PBS
|
Constructor Summary | |
---|---|
SeqCode()
Empty constructor which creates new instance of SeqCode with all values equal 0 |
|
SeqCode(int type,
java.lang.String seqCodeString)
Constructor which creates new instance of SeqCode with values set by user in input attribute |
Method Summary | |
---|---|
void |
getSeqCodeFromString(int type,
java.lang.String seqCodeString)
Converts string representation of sequence code to format which is used in this class. |
void |
incrementSeqCode(Sources src)
This method increments one specific part of sequence code given by part attribute |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int NORMAL
public static final int DUPLICATE
public static final int PBS
public static final int CONDOR
public static final int CREAM
public static final int CREAMWMS
Constructor Detail |
---|
public SeqCode()
public SeqCode(int type, java.lang.String seqCodeString)
seqCodeString
- Method Detail |
---|
public void incrementSeqCode(Sources src)
part
- part of sequence number which will be increasedpublic void getSeqCodeFromString(int type, java.lang.String seqCodeString)
seqCodeString
- public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |