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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.portletapp20 that return ReadOnlyType
static ReadOnlyType ReadOnlyType.getFromStringValue(String value)
           
 ReadOnlyType PreferenceType.getReadOnly()
          Returns the read-only element
static ReadOnlyType ReadOnlyType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ReadOnlyType[] ReadOnlyType.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 ReadOnlyType
 PreferenceType<T> PreferenceType.readOnly(ReadOnlyType readOnly)
          Sets the read-only element
 



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