|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.ContainerType
public final class 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 |
static ContainerType |
WEBSERVICE
Web service container |
Method Summary | |
---|---|
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the provided one. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
int |
toInt()
Helper function that retrieves integer value of the container type. |
String |
toString()
Returns a string description of the object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, 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
public static final ContainerType WEBSERVICE
Method Detail |
---|
public int toInt()
public boolean equals(Object obj)
equals
in class Object
obj
- the object that we are comparing to
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |