Interface AttributeDefaultVisitor


  • public interface AttributeDefaultVisitor
    • Method Detail

      • defaultValue

        void defaultValue​(java.lang.String value)
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • fixedValue

        void fixedValue​(java.lang.String value)
                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • impliedValue

        void impliedValue()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • requiredValue

        void requiredValue()
                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • attributeDefaultRef

        void attributeDefaultRef​(java.lang.String name,
                                 AttributeDefault ad)
                          throws java.lang.Exception
        Throws:
        java.lang.Exception