ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.portletapp20 that return PreferenceType
 PreferenceType<PortletPreferencesType<T>> PortletPreferencesType.createPreference()
          Creates a new preference element
 PreferenceType<PortletPreferencesType<T>> PortletPreferencesType.getOrCreatePreference()
          If not already created, a new preference element will be created and returned.
 PreferenceType<T> PreferenceType.id(String id)
          Sets the id attribute
 PreferenceType<T> PreferenceType.name(String name)
          Sets the name element
 PreferenceType<T> PreferenceType.readOnly(ReadOnlyType readOnly)
          Sets the read-only element
 PreferenceType<T> PreferenceType.readOnly(String readOnly)
          Sets the read-only element
 PreferenceType<T> PreferenceType.removeAllValue()
          Removes the value element
 PreferenceType<T> PreferenceType.removeId()
          Removes the id attribute
 PreferenceType<T> PreferenceType.removeName()
          Removes the name element
 PreferenceType<T> PreferenceType.removeReadOnly()
          Removes the read-only attribute
 PreferenceType<T> PreferenceType.value(String... values)
          Creates for all String objects representing value elements, a new value element
 

Methods in org.jboss.shrinkwrap.descriptor.api.portletapp20 that return types with arguments of type PreferenceType
 List<PreferenceType<PortletPreferencesType<T>>> PortletPreferencesType.getAllPreference()
          Returns all preference elements
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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