org.kohsuke.rngom.digested
Class DDataPattern.Param

java.lang.Object
  extended by org.kohsuke.rngom.digested.DDataPattern.Param
Enclosing class:
DDataPattern

public final class DDataPattern.Param
extends Object

Parameter to a data pattern.


Constructor Summary
DDataPattern.Param(String name, String value, Context context, String ns, Location loc, org.kohsuke.rngom.digested.Annotation anno)
           
 
Method Summary
 org.kohsuke.rngom.digested.Annotation getAnno()
           
 Context getContext()
           
 Location getLoc()
           
 String getName()
           
 String getNs()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDataPattern.Param

public DDataPattern.Param(String name,
                          String value,
                          Context context,
                          String ns,
                          Location loc,
                          org.kohsuke.rngom.digested.Annotation anno)
Method Detail

getName

public String getName()

getValue

public String getValue()

getContext

public Context getContext()

getNs

public String getNs()

getLoc

public Location getLoc()

getAnno

public org.kohsuke.rngom.digested.Annotation getAnno()


Copyright © 2011. All Rights Reserved.