org.jboss.portal.portlet.metadata
Class TransportGuarantee

java.lang.Object
  extended by org.jboss.portal.portlet.metadata.TransportGuarantee

public class TransportGuarantee
extends java.lang.Object


Field Summary
static TransportGuarantee CONFIDENTIAL
           
static TransportGuarantee INTEGRAL
           
static TransportGuarantee NONE
           
 
Constructor Summary
TransportGuarantee(java.lang.String name)
           
 
Method Summary
static TransportGuarantee decode(java.lang.String name)
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, 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
Constructor Detail

TransportGuarantee

public TransportGuarantee(java.lang.String name)
Method Detail

decode

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

getName

public java.lang.String getName()