org.kohsuke.rngom.digested
Class DDefine
java.lang.Object
org.kohsuke.rngom.digested.DDefine
public class DDefine
- extends Object
- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DDefine
public DDefine(String name)
getPattern
public DPattern getPattern()
getAnnotation
public DAnnotation getAnnotation()
setPattern
public void setPattern(DPattern pattern)
getName
public String getName()
- Gets the name of the pattern block.
isNullable
public boolean isNullable()
Copyright © 2011. All Rights Reserved.