|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.schemedit.config.StatusFlags
public class StatusFlags
Hold a tuple of status value and accompanying decription.
$Id $
Field Summary | |
---|---|
static String |
DCS_SPECIAL
|
static String |
DEFAULT_FINAL_STATUS
Description of the Field |
static String |
IMPORTED_STATUS
Description of the Field |
static StatusFlag |
IMPORTED_STATUS_FLAG
Description of the Field |
static String |
NDR_EXPORTED_STATUS
|
static String |
NDR_IMPORTED_STATUS
|
static String |
NEW_STATUS
Description of the Field |
static StatusFlag |
NEW_STATUS_FLAG
Description of the Field |
static String |
RECOMMENDED_STATUS
|
static StatusFlag |
RECOMMENDED_STATUS_FLAG
|
static String |
UNKNOWN_STATUS
Description of the Field |
static StatusFlag |
UNKNOWN_STATUS_FLAG
Description of the Field |
Constructor Summary | |
---|---|
StatusFlags()
|
Method Summary | |
---|---|
static String |
getCollection(String statusValue)
Derives a collection key from a final status value string. |
static StatusFlag |
getFinalStatusFlag(String label,
String collection)
Gets the finalStatusFlag attribute of the StatusFlags class |
static String |
getFinalStatusValue(String collection)
Creates a final status value string based on given collection key. |
static boolean |
isFinalStatusValue(String s)
Determines whether the given string is a final status value, and therefore provides a means of identifying "final status flags" |
static void |
main(String[] args)
The main program for the StatusFlags class |
static List |
reservedStatusLabels()
Description of the Method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String DCS_SPECIAL
public static final String UNKNOWN_STATUS
public static final String NEW_STATUS
public static final String IMPORTED_STATUS
public static final String NDR_IMPORTED_STATUS
public static final String NDR_EXPORTED_STATUS
public static final String RECOMMENDED_STATUS
public static final String DEFAULT_FINAL_STATUS
public static final StatusFlag UNKNOWN_STATUS_FLAG
public static final StatusFlag NEW_STATUS_FLAG
public static final StatusFlag IMPORTED_STATUS_FLAG
public static final StatusFlag RECOMMENDED_STATUS_FLAG
Constructor Detail |
---|
public StatusFlags()
Method Detail |
---|
public static final List reservedStatusLabels()
public static final String getFinalStatusValue(String collection)
The status value is created by inserting the collection key into the FINAL_STATUS_VALUE_TEMPLATE. For example, for the collection key, "dcc", the final status value would be "_|-final-dcc-|_" "
collection
- Description of the Parameter
public static final StatusFlag getFinalStatusFlag(String label, String collection)
label
- Description of the Parametercollection
- Description of the Parameter
public static final String getCollection(String statusValue)
statusValue
- Description of the Parameter
public static final boolean isFinalStatusValue(String s)
s
- Description of the Parameter
public static void main(String[] args)
args
- The command line arguments
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |