站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

TransportGuarantee - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.portlet
Class TransportGuarantee

java.lang.Object
  extended byorg.jboss.portal.portlet.TransportGuarantee

public class TransportGuarantee
extends java.lang.Object

Type safe enumeration class for transport guarantee.

Version:
$Revision: 5448 $
Author:
Julien Viet

Field Summary
private static TransportGuarantee[] ALL
           
static TransportGuarantee CONFIDENTIAL
           
static TransportGuarantee INTEGRAL
           
private static java.lang.String[] NAMES
           
static TransportGuarantee NONE
           
private  int ordinal
           
 
Constructor Summary
private TransportGuarantee(int ordinal)
           
 
Method Summary
static TransportGuarantee decode(java.lang.String name)
           
 boolean equals(java.lang.Object obj)
           
 java.lang.String getName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final TransportGuarantee NONE

INTEGRAL

public static final TransportGuarantee INTEGRAL

CONFIDENTIAL

public static final TransportGuarantee CONFIDENTIAL

ALL

private static final TransportGuarantee[] ALL

NAMES

private static final java.lang.String[] NAMES

ordinal

private int ordinal
Constructor Detail

TransportGuarantee

private TransportGuarantee(int ordinal)
Method Detail

decode

public static TransportGuarantee decode(java.lang.String name)

getName

public java.lang.String getName()

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object obj)