Class EdorasVisProperty
- java.lang.Object
-
- com.flowable.platform.common.util.EdorasVisProperty
-
public class EdorasVisProperty extends Object
- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
isEdorasVisProperty
public static boolean isEdorasVisProperty(ExtensionElement extensionElement)
-
createWithoutLanguage
public static EdorasVisProperty createWithoutLanguage(ExtensionElement extensionElement)
-
create
public static EdorasVisProperty create(ExtensionElement extensionElement)
-
getKey
public String getKey()
-
getValue
public String getValue()
-
getLanguage
public String getLanguage()
-
-