ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.persistence20.Property

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

Uses of Property in org.jboss.shrinkwrap.descriptor.api.persistence20
 

Methods in org.jboss.shrinkwrap.descriptor.api.persistence20 that return Property
 Property<Properties<T>> Properties.createProperty()
          Creates a new property element
 Property<Properties<T>> Properties.getOrCreateProperty()
          If not already created, a new property element will be created and returned.
 Property<T> Property.name(String name)
          Sets the name attribute
 Property<T> Property.removeName()
          Removes the name attribute
 Property<T> Property.removeValue()
          Removes the value attribute
 Property<T> Property.value(String value)
          Sets the value attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.persistence20 that return types with arguments of type Property
 List<Property<Properties<T>>> Properties.getAllProperty()
          Returns all property elements
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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