public class EdorasVisProperty extends Object
Modifier and Type | Method and Description |
---|---|
static EdorasVisProperty |
create(ExtensionElement extensionElement) |
static EdorasVisProperty |
createWithoutLanguage(ExtensionElement extensionElement) |
String |
getKey() |
String |
getLanguage() |
String |
getValue() |
<V> V |
getValue(Function<String,V> converter)
Get the value by applying the converter to it,
|
static boolean |
isEdorasVisProperty(ExtensionElement extensionElement) |
public static boolean isEdorasVisProperty(ExtensionElement extensionElement)
public static EdorasVisProperty createWithoutLanguage(ExtensionElement extensionElement)
public static EdorasVisProperty create(ExtensionElement extensionElement)
public String getKey()
public String getValue()
public String getLanguage()