Class JavaClass

All Implemented Interfaces:
Serializable

public class JavaClass extends JavaField implements Serializable
See Also:
  • Field Details

    • javaEnumFields

      protected JavaEnumFields javaEnumFields
    • javaFields

      protected JavaFields javaFields
    • packageName

      protected String packageName
    • annotation

      protected Boolean annotation
    • annonymous

      protected Boolean annonymous
    • enumeration

      protected Boolean enumeration
    • isInterface

      protected Boolean isInterface
    • localClass

      protected Boolean localClass
    • memberClass

      protected Boolean memberClass
    • uri

      protected String uri
  • Constructor Details

    • JavaClass

      public JavaClass()
  • Method Details

    • getJavaEnumFields

      public JavaEnumFields getJavaEnumFields()
      Gets the value of the javaEnumFields property.
      Returns:
      possible object is JavaEnumFields
    • setJavaEnumFields

      public void setJavaEnumFields(JavaEnumFields value)
      Sets the value of the javaEnumFields property.
      Parameters:
      value - allowed object is JavaEnumFields
    • getJavaFields

      public JavaFields getJavaFields()
      Gets the value of the javaFields property.
      Returns:
      possible object is JavaFields
    • setJavaFields

      public void setJavaFields(JavaFields value)
      Sets the value of the javaFields property.
      Parameters:
      value - allowed object is JavaFields
    • getPackageName

      public String getPackageName()
      Gets the value of the packageName property.
      Returns:
      possible object is String
    • setPackageName

      public void setPackageName(String value)
      Sets the value of the packageName property.
      Parameters:
      value - allowed object is String
    • isAnnotation

      public Boolean isAnnotation()
      Gets the value of the annotation property.
      Returns:
      possible object is Boolean
    • setAnnotation

      public void setAnnotation(Boolean value)
      Sets the value of the annotation property.
      Parameters:
      value - allowed object is Boolean
    • isAnnonymous

      public Boolean isAnnonymous()
      Gets the value of the annonymous property.
      Returns:
      possible object is Boolean
    • setAnnonymous

      public void setAnnonymous(Boolean value)
      Sets the value of the annonymous property.
      Parameters:
      value - allowed object is Boolean
    • isEnumeration

      public Boolean isEnumeration()
      Gets the value of the enumeration property.
      Returns:
      possible object is Boolean
    • setEnumeration

      public void setEnumeration(Boolean value)
      Sets the value of the enumeration property.
      Parameters:
      value - allowed object is Boolean
    • isInterface

      public Boolean isInterface()
      Gets the value of the interface property.
      Returns:
      possible object is Boolean
    • setInterface

      public void setInterface(Boolean value)
      Sets the value of the interface property.
      Parameters:
      value - allowed object is Boolean
    • isLocalClass

      public Boolean isLocalClass()
      Gets the value of the localClass property.
      Returns:
      possible object is Boolean
    • setLocalClass

      public void setLocalClass(Boolean value)
      Sets the value of the localClass property.
      Parameters:
      value - allowed object is Boolean
    • isMemberClass

      public Boolean isMemberClass()
      Gets the value of the memberClass property.
      Returns:
      possible object is Boolean
    • setMemberClass

      public void setMemberClass(Boolean value)
      Sets the value of the memberClass property.
      Parameters:
      value - allowed object is Boolean
    • getUri

      public String getUri()
      Gets the value of the uri property.
      Returns:
      possible object is String
    • setUri

      public void setUri(String value)
      Sets the value of the uri property.
      Parameters:
      value - allowed object is String
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class JavaField
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class JavaField