public class CustomType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
binding
Deprecated.
|
protected String |
converter
Deprecated.
|
protected Boolean |
enumConverter
Deprecated.
|
protected String |
name
Deprecated.
|
protected String |
type
Deprecated.
|
| Constructor and Description |
|---|
CustomType()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that)
Deprecated.
|
String |
getBinding()
Deprecated.
Use ForcedType only
|
String |
getConverter()
Deprecated.
Use ForcedType only
|
String |
getName()
Deprecated.
Use ForcedType only
|
String |
getType()
Deprecated.
Use ForcedType only
|
int |
hashCode()
Deprecated.
|
Boolean |
isEnumConverter()
Deprecated.
Use ForcedType only
|
void |
setBinding(String value)
Deprecated.
Sets the value of the binding property.
|
void |
setConverter(String value)
Deprecated.
Sets the value of the converter property.
|
void |
setEnumConverter(Boolean value)
Deprecated.
Sets the value of the enumConverter property.
|
void |
setName(String value)
Deprecated.
Sets the value of the name property.
|
void |
setType(String value)
Deprecated.
Sets the value of the type property.
|
String |
toString()
Deprecated.
|
CustomType |
withBinding(String value)
Deprecated.
|
CustomType |
withConverter(String value)
Deprecated.
|
CustomType |
withEnumConverter(Boolean value)
Deprecated.
|
CustomType |
withName(String value)
Deprecated.
|
CustomType |
withType(String value)
Deprecated.
|
protected String name
protected String type
protected String converter
protected Boolean enumConverter
protected String binding
public void setName(String value)
value - allowed object is
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getConverter()
Stringpublic void setConverter(String value)
value - allowed object is
Stringpublic Boolean isEnumConverter()
Booleanpublic void setEnumConverter(Boolean value)
value - allowed object is
Booleanpublic String getBinding()
Stringpublic void setBinding(String value)
value - allowed object is
Stringpublic CustomType withName(String value)
public CustomType withType(String value)
public CustomType withConverter(String value)
public CustomType withEnumConverter(Boolean value)
public CustomType withBinding(String value)
Copyright © 2019. All rights reserved.