com.hp.hpl.deli
Class UAProfProfileAttribute

java.lang.Object
  extended bycom.hp.hpl.deli.ProfileAttribute
      extended bycom.hp.hpl.deli.UAProfProfileAttribute
All Implemented Interfaces:
java.io.Serializable

class UAProfProfileAttribute
extends ProfileAttribute
implements java.io.Serializable

This class provides an implementation of profile attributes using the UAProf resolution rules.

Author:
Mark H. Butler (mark-h.butler@hp.com)

Field Summary
private static long serialVersionUID
          Comment for serialVersionUID
 
Fields inherited from class com.hp.hpl.deli.ProfileAttribute
attributeValue, componentQName, defaultAttributeValue, qName
 
Constructor Summary
(package private) UAProfProfileAttribute()
          Create a new profile attribute.
 
Method Summary
protected  void set(ProfileAttribute a)
          Combine two profile attributes using the UAProf resolution rules.
 
Methods inherited from class com.hp.hpl.deli.ProfileAttribute
contains, get, getAttribute, getCollectionType, getComponent, getDefaultValue, getProperty, getQName, getResolution, getType, getUri, getValue, set, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Comment for serialVersionUID

See Also:
Constant Field Values
Constructor Detail

UAProfProfileAttribute

UAProfProfileAttribute()
Create a new profile attribute.

Method Detail

set

protected void set(ProfileAttribute a)
Combine two profile attributes using the UAProf resolution rules.

Specified by:
set in class ProfileAttribute
Parameters:
a - The profile attribute.