Uses of Class
org.openmobilealliance.schema.sti.v1_0.Property

Packages that use Property
org.alembik.util Provides the utility classes handling transcoding request and response objects. 
org.openmobilealliance.schema.sti.v1_0 Provides all the DTO classes defined by OMA-STI v1_0. 
 

Uses of Property in org.alembik.util
 

Methods in org.alembik.util that return Property
static Property OMAUtils.createProperty(java.lang.String name, java.lang.String value)
          Creates a new property instance of the specified name and value.
static Property OMAUtils.findProperty(Properties properties, java.lang.String name)
          Returns a property object of the specified name from the given properties holder, if such exists.
static Property OMAUtils.setProperty(Properties properties, java.lang.String name, java.lang.String value)
          Adds a property of the given name and value to the given properties holder.
 

Uses of Property in org.openmobilealliance.schema.sti.v1_0
 

Methods in org.openmobilealliance.schema.sti.v1_0 that return Property
 Property ObjectFactory.createProperty()
          Create an instance of Property
 

Methods in org.openmobilealliance.schema.sti.v1_0 that return types with arguments of type Property
 java.util.List<Property> Properties.getProperty()
          Gets the value of the property property.