Class DDefine
- java.lang.Object
-
- org.kohsuke.rngom.rngparser.digested.DDefine
-
public class DDefine extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DAnnotation
getAnnotation()
String
getName()
Gets the name of the pattern block.DPattern
getPattern()
boolean
isNullable()
void
setPattern(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()
-
-