Uses of Class
org.jboss.shrinkwrap.descriptor.api.portletapp20.TransportGuaranteeType

Packages that use TransportGuaranteeType
org.jboss.shrinkwrap.descriptor.api.portletapp20 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of TransportGuaranteeType in org.jboss.shrinkwrap.descriptor.api.portletapp20
 

Methods in org.jboss.shrinkwrap.descriptor.api.portletapp20 that return TransportGuaranteeType
static TransportGuaranteeType TransportGuaranteeType.getFromStringValue(String value)
           
 TransportGuaranteeType UserDataConstraintType.getTransportGuarantee()
          Returns the transport-guarantee element
static TransportGuaranteeType TransportGuaranteeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransportGuaranteeType[] TransportGuaranteeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.shrinkwrap.descriptor.api.portletapp20 with parameters of type TransportGuaranteeType
 UserDataConstraintType<T> UserDataConstraintType.transportGuarantee(TransportGuaranteeType transportGuarantee)
          Sets the transport-guarantee element
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.