Class JavaField

java.lang.Object
ch.ifocusit.livingdoc.plugin.glossary.JavaField
All Implemented Interfaces:
JavaElement

public class JavaField extends Object implements JavaElement
  • Constructor Details

    • JavaField

      public JavaField()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface JavaElement
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface JavaElement
    • getFullName

      public String getFullName()
    • getLinkableFullName

      public String getLinkableFullName()
    • getType

      public String getType()
      Specified by:
      getType in interface JavaElement
    • getModel

      public com.thoughtworks.qdox.model.JavaAnnotatedElement getModel()
      Specified by:
      getModel in interface JavaElement
    • isPartOfDomain

      public boolean isPartOfDomain()
    • getLinkedType

      public String getLinkedType()
    • getAnchor

      public String getAnchor()
      Specified by:
      getAnchor in interface JavaElement
    • of

      public static JavaField of(com.thoughtworks.qdox.model.JavaField javaField, List<com.thoughtworks.qdox.model.JavaClass> domainClasses, MappingRespository mappingRespository)