|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.orchestranetworks.service.ImportSpecMode
Defines the possible modes for an XML import.
| Field Summary | |
static ImportSpecMode |
INSERT
|
static ImportSpecMode |
UPDATE
|
static ImportSpecMode |
UPDATE_OR_INSERT
|
| Method Summary | |
String |
format()
Returns a persistent identifier of this definition mode. |
String |
getLabel()
Returns a human-readable label for this definition mode. |
boolean |
isInsert()
Returns true if this is INSERT mode. |
boolean |
isUpdate()
Returns true if this is UPDATE mode. |
boolean |
isUpdateOrInsert()
Returns true if this is UPDATE_OR_INSERT mode. |
static ImportSpecMode |
parse(String aFlag)
Returns the definition mode that corresponds to the string specified. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final ImportSpecMode UPDATE
public static final ImportSpecMode INSERT
public static final ImportSpecMode UPDATE_OR_INSERT
| Method Detail |
public boolean isUpdate()
true if this is UPDATE mode.
public boolean isInsert()
true if this is INSERT mode.
public boolean isUpdateOrInsert()
true if this is UPDATE_OR_INSERT mode.
public String format()
The persistent identifier can be parsed back by the method parse(String).
parse(String)public static ImportSpecMode parse(String aFlag)
The string specified must have been generated by the method format().
IllegalArgumentException - if string specified is incorrect.format()public String getLabel()
public String toString()
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
(report a bug)
EBX.Platform 4.5.3 [0607:0001]
Copyright Orchestra Networks 2000-2008. All rights reserved.