org.codehaus.jam.mutable
Interface MTag

All Superinterfaces:
JElement, JTag, MElement

public interface MTag
extends MElement, JTag

Author:
Patrick Calahan <email: pcal-at-bea-dot-com>

Method Summary
 void setName(java.lang.String name)
          Same as simple name.
 void setValue(java.lang.String val)
          Raw text of the javadoc tag.
 
Methods inherited from interface org.codehaus.jam.mutable.MElement
accept, createSourcePosition, getClassLoader, getMutableSourcePosition, removeSourcePosition, setArtifact, setSimpleName
 
Methods inherited from interface org.codehaus.jam.JTag
getName, getProperties_lineDelimited, getProperties_whitespaceDelimited, getText
 
Methods inherited from interface org.codehaus.jam.JElement
accept, getArtifact, getParent, getQualifiedName, getSimpleName, getSourcePosition, isSourceAvailable, toString
 

Method Detail

setName

void setName(java.lang.String name)
Same as simple name.


setValue

void setValue(java.lang.String val)
Raw text of the javadoc tag.