|
Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.remedy.arsys.api.ContainerType
The ContainerType class represents the different types of containers
you can specify, for example, guides or applications or packing lists.
| Field Summary | |
static ContainerType |
ALL
All container types |
static ContainerType |
APPLICATION
Application container |
static ContainerType |
FILTERGUIDE
Filter Guide container |
static ContainerType |
GUIDE
Guide container |
static ContainerType |
PACKINGLIST
Packing list container |
| Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
int |
toInt()
Helper function that retrieves integer value of the container type. |
| Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public static final ContainerType ALL
public static final ContainerType GUIDE
public static final ContainerType APPLICATION
public static final ContainerType PACKINGLIST
public static final ContainerType FILTERGUIDE
| Method Detail |
public int toInt()
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
|
Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||