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