Uses of Interface
org.jboss.shrinkwrap.descriptor.api.portletapp20.UserDataConstraintType

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.portletapp20 that return UserDataConstraintType
 UserDataConstraintType<T> UserDataConstraintType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 UserDataConstraintType<SecurityConstraintType<T>> SecurityConstraintType.getOrCreateUserDataConstraint()
          If not already created, a new user-data-constraint element with the given value will be created.
 UserDataConstraintType<T> UserDataConstraintType.id(String id)
          Sets the id attribute
 UserDataConstraintType<T> UserDataConstraintType.removeAllDescription()
          Removes the description element
 UserDataConstraintType<T> UserDataConstraintType.removeId()
          Removes the id attribute
 UserDataConstraintType<T> UserDataConstraintType.removeTransportGuarantee()
          Removes the transport-guarantee attribute
 UserDataConstraintType<T> UserDataConstraintType.transportGuarantee(String transportGuarantee)
          Sets the transport-guarantee element
 UserDataConstraintType<T> UserDataConstraintType.transportGuarantee(TransportGuaranteeType transportGuarantee)
          Sets the transport-guarantee element
 



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