Class ModuleAnnotation


  • public class ModuleAnnotation
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String type  
      private java.util.Map<java.lang.String,​java.lang.Object> values  
      private boolean visible  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getType()  
      java.util.Map<java.lang.String,​java.lang.Object> getValues()  
      boolean isVisible()  
      void setType​(java.lang.String type)  
      void setValues​(java.util.Map<java.lang.String,​java.lang.Object> values)  
      void setVisible​(boolean visible)  
      • Methods inherited from class java.lang.Object

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

      • type

        private java.lang.String type
      • visible

        private boolean visible
      • values

        private java.util.Map<java.lang.String,​java.lang.Object> values
    • Constructor Detail

      • ModuleAnnotation

        public ModuleAnnotation()
    • Method Detail

      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)
      • isVisible

        public boolean isVisible()
      • setVisible

        public void setVisible​(boolean visible)
      • getValues

        public java.util.Map<java.lang.String,​java.lang.Object> getValues()
      • setValues

        public void setValues​(java.util.Map<java.lang.String,​java.lang.Object> values)