public abstract class Attribute<T,S extends Attribute> extends Object implements Comparable<S>
Attribute interface.
Constructor and Description |
---|
Attribute() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(S that) |
boolean |
equals(Object obj) |
abstract String |
getTag()
getTag.
|
abstract String |
getUnit()
getUnit.
|
abstract String |
getValue()
getValue.
|
int |
hashCode() |
abstract void |
setAttributeParent(T parent)
Associate this attribute with its parent
|
abstract void |
setTag(String tag)
setTag.
|
abstract void |
setUnit(String unit)
setUnit.
|
abstract void |
setValue(String value)
setValue.
|
Copyright © 2015 SeqWare. All rights reserved.