org.eclipse.actf.validation.valdoc.rulebase
Class AliasElement
java.lang.Object
org.eclipse.actf.validation.valdoc.rulebase.BaseElement
org.eclipse.actf.validation.valdoc.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AliasElement
public AliasElement(String name,
String text,
String value)
getValue
public String getValue()