Class DDefine

java.lang.Object
com.sun.tools.rngom.digested.DDefine

public class DDefine extends Object
Author:
Kohsuke Kawaguchi ([email protected])
  • Constructor Details

    • DDefine

      public DDefine(String name)
  • Method Details

    • 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()