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 persistence_2_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.persistence20 Provides the implementation classes as defined in the schema persistence_2_0.xsd 
 

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.property()
          Returns the property element
 Property<T> Property.removeName()
          Removes the name attribute
 Property<T> Property.removeValue()
          Removes the value attribute
 Property<T> Property.setName(java.lang.String name)
          Sets the name attribute
 Property<T> Property.setValue(java.lang.String value)
          Sets the value attribute
 

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

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

Classes in org.jboss.shrinkwrap.descriptor.impl.persistence20 that implement Property
 class PropertyImpl<T>
          This class implements the property xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.persistence20 that return Property
 Property<Properties<T>> PropertiesImpl.property()
          Returns the property element
 Property<T> PropertyImpl.removeName()
          Removes the name attribute
 Property<T> PropertyImpl.removeValue()
          Removes the value attribute
 Property<T> PropertyImpl.setName(java.lang.String name)
          Sets the name attribute
 Property<T> PropertyImpl.setValue(java.lang.String value)
          Sets the value attribute
 

Methods in org.jboss.shrinkwrap.descriptor.impl.persistence20 that return types with arguments of type Property
 java.util.List<Property<Properties<T>>> PropertiesImpl.getPropertyList()
          Returns all property elements