Class EdorasVisProperty


  • public class EdorasVisProperty
    extends Object
    Author:
    Filip Hrisafov
    • Method Detail

      • isEdorasVisProperty

        public static boolean isEdorasVisProperty​(ExtensionElement extensionElement)
      • getKey

        public String getKey()
      • getValue

        public String getValue()
      • getLanguage

        public String getLanguage()
      • getValue

        public <V> V getValue​(Function<String,​V> converter)
        Get the value by applying the converter to it,
        Type Parameters:
        V - the type of the returned value
        Parameters:
        converter - to be used to get the value
        Returns:
        the converted value