Constructor and Description |
---|
InputTypeName(String name,
boolean custom) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static InputTypeName |
from(InputType inputType) |
static InputTypeName |
from(String s) |
String |
getName() |
int |
hashCode() |
boolean |
isCustom() |
String |
toString() |
public InputTypeName(String name, boolean custom)
public static InputTypeName from(String s)
public static InputTypeName from(InputType inputType)
public String getName()
public boolean isCustom()