Class GenericElement

    • Constructor Detail

      • GenericElement

        protected GenericElement​(Map<String,​Object> properties)
        All values of properties need to be immutable.
    • Method Detail

      • getProperty

        public <T> T getProperty​(String key)
      • getProperty

        public <T> T getProperty​(String key,
                                 T defaultValue)
      • getNamespace

        public String getNamespace()
      • getLabel

        public String getLabel()
      • getId

        public String getId()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object