org.annotation.wordfreak
Class Argument

java.lang.Object
  extended byorg.annotation.util.FeatureMap
      extended byorg.annotation.wordfreak.Argument

public class Argument
extends FeatureMap


Field Summary
 
Fields inherited from class org.annotation.util.FeatureMap
DEFAULT_SET_DELIMITER, properties
 
Constructor Summary
Argument(java.lang.String r, Annotation a)
           
 
Method Summary
 Annotation getAnnotation()
           
 java.lang.String getRole()
           
 void setAnnotation(Annotation a)
           
 void setFeature(java.lang.String k, java.lang.String v)
           
 void setRole(java.lang.String r)
           
 
Methods inherited from class org.annotation.util.FeatureMap
addFeatureValue, addFeatureValue, existsFeature, getFeature, getFeatureAsSet, getFeatureAsSet, getFeatureSet, removeFeature, removeFeatureValue, removeFeatureValue, setFeatures, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Argument

public Argument(java.lang.String r,
                Annotation a)
Method Detail

getRole

public java.lang.String getRole()

setRole

public void setRole(java.lang.String r)

getAnnotation

public Annotation getAnnotation()

setAnnotation

public void setAnnotation(Annotation a)

setFeature

public void setFeature(java.lang.String k,
                       java.lang.String v)
Overrides:
setFeature in class FeatureMap


Copyright © 2004 Thomas Morton and Jeremy LaCivita. All Rights Reserved.