org.jboss.portal.portlet
Class TransportGuarantee
java.lang.Object
org.jboss.portal.portlet.TransportGuarantee
public class TransportGuarantee
- extends java.lang.Object
Type safe enumeration class for transport guarantee.
- Version:
- $Revision: 5448 $
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
NONE
public static final TransportGuarantee NONE
INTEGRAL
public static final TransportGuarantee INTEGRAL
CONFIDENTIAL
public static final TransportGuarantee CONFIDENTIAL
decode
public static TransportGuarantee decode(java.lang.String name)
getName
public java.lang.String getName()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object