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()
String
public void setDescription(String value)
value
- allowed object is
String
public String getConverter()
String
public void setConverter(String value)
value
- allowed object is
String
public String getAttributeName()
String
public void setAttributeName(String value)
value
- allowed object is
String
public Boolean isDisableConversion()
Boolean
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.