public class Convert
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
attributeName |
protected java.lang.String |
converter |
protected java.lang.String |
description |
protected java.lang.Boolean |
disableConversion |
| Constructor and Description |
|---|
Convert() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttributeName()
Gets the value of the attributeName property.
|
java.lang.String |
getConverter()
Gets the value of the converter property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.Boolean |
isDisableConversion()
Gets the value of the disableConversion property.
|
void |
setAttributeName(java.lang.String value)
Sets the value of the attributeName property.
|
void |
setConverter(java.lang.String value)
Sets the value of the converter property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setDisableConversion(java.lang.Boolean value)
Sets the value of the disableConversion property.
|
protected java.lang.String description
protected java.lang.String converter
protected java.lang.String attributeName
protected java.lang.Boolean disableConversion
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getConverter()
Stringpublic void setConverter(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAttributeName()
Stringpublic void setAttributeName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isDisableConversion()
Booleanpublic void setDisableConversion(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.