5.1 Action Request System Java API

com.remedy.arsys.api
Class ContainerType

java.lang.Object
  |
  +--com.remedy.arsys.api.ContainerType

public final class ContainerType
extends java.lang.Object

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
 java.lang.Object clone()
          Clone implementation that returns an Object with data cloned from self.
 boolean equals(java.lang.Object anObject)
          Use this method for checking equality.
 int hashCode()
          This method can be used to populate a hash table.
 int toInt()
          Helper function that retrieves integer value of the container type.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALL

public static final ContainerType ALL
All container types

GUIDE

public static final ContainerType GUIDE
Guide container

APPLICATION

public static final ContainerType APPLICATION
Application container

PACKINGLIST

public static final ContainerType PACKINGLIST
Packing list container

FILTERGUIDE

public static final ContainerType FILTERGUIDE
Filter Guide container

WEBSERVICE

public static final ContainerType WEBSERVICE
Web service container
Method Detail

toInt

public int toInt()
Helper function that retrieves integer value of the container type.

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Clone implementation that returns an Object with data cloned from self.
Overrides:
clone in class java.lang.Object

equals

public boolean equals(java.lang.Object anObject)
Use this method for checking equality. The result is true if and only if the argument is not null, is of same type and represents the same content.
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
This method can be used to populate a hash table. Implicitly used method to test equality of objects.
Overrides:
hashCode in class java.lang.Object

5.1 Action Request System Java API