Data Request Broker
2-3-release

fr.gael.drb
Class DrbAbstractAttribute

java.lang.Object
  extended by fr.gael.drb.DrbAbstractAttribute
All Implemented Interfaces:
DrbAttribute, DrbItem
Direct Known Subclasses:
DrbDefaultAttribute

public abstract class DrbAbstractAttribute
extends Object
implements DrbAttribute

Abstract attribute implementation. This class is a convenient class that implements the DrbAttribute interface.


Field Summary
 
Fields inherited from interface fr.gael.drb.DrbItem
ATTRIBUTE_ITEM, NODE_ITEM, UNDEFINED_ITEM, VALUE_ITEM
 
Constructor Summary
DrbAbstractAttribute()
           
 
Method Summary
 int getItemType()
          A code representing the type of the underlying object, as defined above.
 String toString()
          Returns a description of the current attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface fr.gael.drb.DrbAttribute
getName, getNamespaceURI, getOwner, getValue, getValueType, isSpecified
 
Methods inherited from interface fr.gael.drb.DrbItem
rename, setNamespaceURI, setValue
 

Constructor Detail

DrbAbstractAttribute

public DrbAbstractAttribute()
Method Detail

getItemType

public int getItemType()
A code representing the type of the underlying object, as defined above.

Specified by:
getItemType in interface DrbItem
Returns:
The code of this item.

toString

public String toString()
Returns a description of the current attribute. The output format is : "@" "=" .

Overrides:
toString in class Object
Returns:
the description of the attribute.

Data Request Broker - DRB API®
2-3-release

Copyright© 2001-2009 GAEL Consultant. All rights reserved. Use is subject to license terms .