Package com.sun.tools.rngom.digested
Class DDefine
- java.lang.Object
-
- com.sun.tools.rngom.digested.DDefine
-
public class DDefine extends Object
- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DAnnotationgetAnnotation()StringgetName()Gets the name of the pattern block.DPatterngetPattern()booleanisNullable()voidsetPattern(DPattern pattern)
-
-
-
Constructor Detail
-
DDefine
public DDefine(String name)
-
-
Method Detail
-
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()
-
-