Class PropertyPrototype


public class PropertyPrototype extends AttributePrototype
  • Constructor Details

    • PropertyPrototype

      public PropertyPrototype(String extensionName, String name, String type, boolean overridden, String description, boolean equals, String deprecatedMessage, String deprecatedSinceValue)
  • Method Details

    • getType

      public ClassNamePrototype getType()
    • isOverridden

      public boolean isOverridden()
    • getMemberAnnotations

      public String getMemberAnnotations()
    • setMemberAnnotations

      public void setMemberAnnotations(String memberAnnotations)
    • getGetterAnnotations

      public String getGetterAnnotations()
    • setGetterAnnotations

      public void setGetterAnnotations(String getterAnnotations)
    • getSetterAnnotations

      public String getSetterAnnotations()
    • setSetterAnnotations

      public void setSetterAnnotations(String setterAnnotations)
    • getDeprecatedMessage

      public String getDeprecatedMessage()
    • isDeprecated

      public boolean isDeprecated()
    • getDeprecatedSinceValue

      public String getDeprecatedSinceValue()
    • isDeprecatedSince

      public boolean isDeprecatedSince()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isEquals

      public boolean isEquals()
    • addHint

      public void addHint(String name, String value)
    • getHints

      public Map<String,String> getHints()
    • getHintValue

      public String getHintValue(String name)