org.eclipse.actf.validation.doc.rulebase
Class AliasElement

java.lang.Object
  extended by org.eclipse.actf.validation.doc.rulebase.BaseElement
      extended by org.eclipse.actf.validation.doc.rulebase.AliasElement

public class AliasElement
extends BaseElement

represents a <raven:alias> element in a document. The 'name' attribute is the token that is used throughout the document to stand for the value of the 'value' attribute.

Author:
Mike Squillace

Field Summary
 
Fields inherited from class org.eclipse.actf.validation.doc.rulebase.BaseElement
name, text
 
Constructor Summary
AliasElement(String name, String text, String value)
           
 
Method Summary
 String getValue()
           
 
Methods inherited from class org.eclipse.actf.validation.doc.rulebase.BaseElement
getName, getText, getTextTrim
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AliasElement

public AliasElement(String name,
                    String text,
                    String value)
Method Detail

getValue

public String getValue()