Class AnnotationValueHandler

    • Field Detail

      • annotation

        protected org.kie.workbench.common.services.datamodeller.core.Annotation annotation
    • Constructor Detail

      • AnnotationValueHandler

        public AnnotationValueHandler​(org.kie.workbench.common.services.datamodeller.core.Annotation annotation)
    • Method Detail

      • getAnnotation

        public org.kie.workbench.common.services.datamodeller.core.Annotation getAnnotation()
      • getClassName

        public String getClassName()
      • setValue

        protected void setValue​(String valuePairName,
                                Object value)
      • getStringValue

        public static String getStringValue​(org.kie.workbench.common.services.datamodeller.core.HasAnnotations annotationsHolder,
                                            String annotationClassName)
      • getStringValue

        public static String getStringValue​(org.kie.workbench.common.services.datamodeller.core.HasAnnotations annotationsHolder,
                                            String annotationClassName,
                                            String memberValue,
                                            String defaultValue)
      • getStringValue

        public static String getStringValue​(org.kie.workbench.common.services.datamodeller.core.HasAnnotations annotationsHolder,
                                            String annotationClassName,
                                            String memberValue)
      • getStringValue

        public static String getStringValue​(org.kie.workbench.common.services.datamodeller.core.Annotation annotation,
                                            String memberName)
      • getStringValue

        public static String getStringValue​(org.kie.workbench.common.services.datamodeller.core.Annotation annotation,
                                            String memberName,
                                            String defaultValue)
      • getValue

        public static Object getValue​(org.kie.workbench.common.services.datamodeller.core.Annotation annotation,
                                      String memberName)
      • getValue

        public static Object getValue​(org.kie.workbench.common.services.datamodeller.core.Annotation annotation,
                                      String memberName,
                                      Object defaultValue)
      • getValue

        public static Object getValue​(org.kie.workbench.common.services.datamodeller.core.HasAnnotations annotationsHolder,
                                      String annotationClassName)
      • getValue

        public static Object getValue​(org.kie.workbench.common.services.datamodeller.core.HasAnnotations annotationsHolder,
                                      String annotationClassName,
                                      String memberValue,
                                      Object defaultValue)
      • getValue

        public static Object getValue​(org.kie.workbench.common.services.datamodeller.core.HasAnnotations annotationsHolder,
                                      String annotationClassName,
                                      String memberValue)