Class TldAttribute.TldAttributeParam

  • Enclosing class:
    TldAttribute

    public static class TldAttribute.TldAttributeParam
    extends org.fife.ui.autocomplete.ParameterizedCompletion.Parameter
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean required  
      private boolean rtexprvalue  
    • Constructor Summary

      Constructors 
      Constructor Description
      TldAttributeParam​(java.lang.Object type, java.lang.String name, boolean required, boolean rtexprvalue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getRtexprvalue()  
      boolean isRequired()  
      • Methods inherited from class org.fife.ui.autocomplete.ParameterizedCompletion.Parameter

        getDescription, getName, getType, getTypeObject, isEndParam, setDescription, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • required

        private boolean required
      • rtexprvalue

        private boolean rtexprvalue
    • Constructor Detail

      • TldAttributeParam

        TldAttributeParam​(java.lang.Object type,
                          java.lang.String name,
                          boolean required,
                          boolean rtexprvalue)
    • Method Detail

      • isRequired

        public boolean isRequired()
      • getRtexprvalue

        public boolean getRtexprvalue()