Class OuiaComponentTypeAttribute
- java.lang.Object
-
- org.uberfire.client.workbench.ouia.OuiaComponentTypeAttribute
-
- All Implemented Interfaces:
OuiaAttribute
public class OuiaComponentTypeAttribute extends Object implements OuiaAttribute
Implementation of 'data-ouia-component-type' attribute https://ouia.readthedocs.io/en/latest/README.html#ouia-component
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPONENT_TYPE
-
Constructor Summary
Constructors Constructor Description OuiaComponentTypeAttribute(String value)
-
-
-
Field Detail
-
COMPONENT_TYPE
public static final String COMPONENT_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
OuiaComponentTypeAttribute
public OuiaComponentTypeAttribute(String value)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceOuiaAttribute- Returns:
- name of the attribute
-
getValue
public String getValue()
- Specified by:
getValuein interfaceOuiaAttribute- Returns:
- value of the attribute
-
-