TMST.representation
Class ReplyReference

java.lang.Object
  extended byEntityType
      extended byTMST.representation.ReplyReference

public class ReplyReference
extends EntityType

See Also:
Serialized Form

Constructor Summary
ReplyReference(TMST tmst, java.lang.String name, java.lang.String description, java.lang.String value)
           
 
Method Summary
 Value getValue()
          Method returning the value of the reference
static boolean matches(Entity value)
          Method which has to be overriden (from the class EntityType)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplyReference

public ReplyReference(TMST tmst,
                      java.lang.String name,
                      java.lang.String description,
                      java.lang.String value)
               throws NameAlreadyExistException
Method Detail

getValue

public Value getValue()
               throws AlreadyHasValueException
Method returning the value of the reference

Returns:
The value assigned to the reference
Throws:
AlreadyHasValueException

matches

public static boolean matches(Entity value)
Method which has to be overriden (from the class EntityType)