com.rubecula.darwin.domain.environment
Class Variant_Basic

java.lang.Object
  extended by net.sf.tostring0.AToString
      extended by com.rubecula.darwin.domain.helper.Attribute_
          extended by com.rubecula.darwin.domain.environment.Variant_
              extended by com.rubecula.darwin.domain.environment.Variant_Basic
All Implemented Interfaces:
Attribute, Variant, net.sf.tostring0.Identifiable, net.sf.tostring0.IToString
Direct Known Subclasses:
Variant_Numeric

public class Variant_Basic
extends Variant_

Lifespan: permanent. A trivial implementation of the Variant interface. This can be used as a concrete type, or extended.

Author:
Robin Hillyard

Field Summary
 
Fields inherited from class com.rubecula.darwin.domain.environment.Variant_
LOG
 
Fields inherited from interface net.sf.tostring0.IToString
ANGBR_OPEN, ANGBRA_CLSE, BRA_CLSE, BRA_OPEN, BRCE_OPEN, BRCS_CLSE, COLON, LIST_SEPARATOR, MAX_ELEMENTS_DEFAULT, S_MT, S_PERCENT, SEPARATOR, SPACE
 
Constructor Summary
Variant_Basic(java.lang.Object value)
           
Variant_Basic(java.lang.String identifier, java.lang.Object value)
           
 
Method Summary
 
Methods inherited from class com.rubecula.darwin.domain.environment.Variant_
getCharacter, setCharacter
 
Methods inherited from class com.rubecula.darwin.domain.helper.Attribute_
equals, getAttribute, getIdentifier, getValue, hashCode, setValue, toString
 
Methods inherited from class net.sf.tostring0.AToString
toString, toStringBrief, toStringId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.rubecula.darwin.domain.helper.Attribute
getAttribute, getValue, setValue
 
Methods inherited from interface net.sf.tostring0.IToString
toString, toStringBrief, toStringId
 
Methods inherited from interface net.sf.tostring0.Identifiable
getIdentifier
 

Constructor Detail

Variant_Basic

public Variant_Basic(java.lang.Object value)
Parameters:
value -

Variant_Basic

public Variant_Basic(java.lang.String identifier,
                     java.lang.Object value)
Parameters:
identifier -
value -


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