org.norther.tammi.root.db.query
Class DBAttribute

java.lang.Object
  extended by javax.management.Attribute
      extended by org.norther.tammi.root.db.query.DBAttribute
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IdAttribute

public class DBAttribute
extends Attribute

An interface to classes representing database a database attribute.

Author:
Ilkka Priha
See Also:
Serialized Form

Constructor Summary
DBAttribute(String name, Object value, int op)
          Constructs a new attribute.
 
Method Summary
 int getOperation()
          Gets the attribute operation.
 
Methods inherited from class javax.management.Attribute
equals, getName, getValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBAttribute

public DBAttribute(String name,
                   Object value,
                   int op)
Constructs a new attribute.

Parameters:
name - the name.
value - the value.
op - the operation.
Method Detail

getOperation

public int getOperation()
Gets the attribute operation.

Returns:
the operation.


Copyright © 2004 The Norther Organization. All rights reserved.