com.rubecula.darwin.domain.helper
Interface Attribute

All Known Subinterfaces:
Allele, EcoFactor, Variant
All Known Implementing Classes:
Allele_, Allele_Binary, Allele_Dominance, Allele_Number, Allele_Sex, Attribute_, Attribute_Standard, EcoFactor_, EcoFactor_Clients, EcoFactor_Humboldtian, EcoFactor_Number, EcoFactor_SootDensity, EcoFactor_TravelTimes, EcoFactor_TS, Trait_VisitingSequence, Variant_, Variant_Basic, Variant_Numeric, Variant_WingColor

public interface Attribute

Defines the methods supported by Attribute objects.

Author:
Robin Hillyard

Method Summary
 java.lang.Object getAttribute()
           
 java.lang.Object getValue()
          Method to return the value for this attribute.
 void setValue(java.lang.Object value)
          Mutating method to set the value of this attribute.
 

Method Detail

getAttribute

java.lang.Object getAttribute()
Returns:
the value of (private field) _Identifier

getValue

java.lang.Object getValue()
Method to return the value for this attribute.

Returns:
value of (private field) _Value as an Object.

setValue

void setValue(java.lang.Object value)
Mutating method to set the value of this attribute.

Parameters:
value - the new value for the attribute.


Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.