org.norther.tammi.root.db.query
Class DBAttribute
java.lang.Object
javax.management.Attribute
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
|
Method Summary |
int |
getOperation()
Gets the attribute operation. |
DBAttribute
public DBAttribute(String name,
Object value,
int op)
- Constructs a new attribute.
- Parameters:
name - the name.value - the value.op - the operation.
getOperation
public int getOperation()
- Gets the attribute operation.
- Returns:
- the operation.
Copyright © 2004 The Norther Organization. All rights reserved.