public final class InputTypeProperty extends Object
Modifier and Type | Class and Description |
---|---|
static class |
InputTypeProperty.Builder |
Modifier and Type | Method and Description |
---|---|
static InputTypeProperty.Builder |
create(String name,
String value) |
boolean |
equals(Object o) |
String |
getAttribute(String name) |
Map<String,String> |
getAttributes() |
String |
getName() |
String |
getValue() |
String |
toString() |
public String getName()
public String getValue()
public static InputTypeProperty.Builder create(String name, String value)