ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.