Class TldAttribute.TldAttributeParam

java.lang.Object
org.fife.ui.autocomplete.ParameterizedCompletion.Parameter
org.fife.rsta.ac.jsp.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
     
    private boolean
     
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
     

    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 Details

    • required

      private boolean required
    • rtexprvalue

      private boolean rtexprvalue
  • Constructor Details

    • TldAttributeParam

      TldAttributeParam(Object type, String name, boolean required, boolean rtexprvalue)
  • Method Details

    • isRequired

      public boolean isRequired()
    • getRtexprvalue

      public boolean getRtexprvalue()