org.kohsuke.rngom.digested
Class DDataPattern.Param
java.lang.Object
org.kohsuke.rngom.digested.DDataPattern.Param
- Enclosing class:
- DDataPattern
public final class DDataPattern.Param
- extends Object
Parameter to a data pattern.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DDataPattern.Param
public DDataPattern.Param(String name,
String value,
Context context,
String ns,
Location loc,
org.kohsuke.rngom.digested.Annotation anno)
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.