fr.gael.drb
Class DrbAbstractAttribute
java.lang.Object
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.
|
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. |
DrbAbstractAttribute
public DrbAbstractAttribute()
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.
Copyright© 2001-2009 GAEL Consultant. All rights reserved. Use is subject to license terms .