public class Converter extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected Boolean | 
autoApply  | 
protected String | 
clazz  | 
protected String | 
description  | 
| Constructor and Description | 
|---|
Converter()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getClazz()
Gets the value of the clazz property. 
 | 
String | 
getDescription()
Gets the value of the description property. 
 | 
Boolean | 
isAutoApply()
Gets the value of the autoApply property. 
 | 
void | 
setAutoApply(Boolean value)
Sets the value of the autoApply property. 
 | 
void | 
setClazz(String value)
Sets the value of the clazz property. 
 | 
void | 
setDescription(String value)
Sets the value of the description property. 
 | 
protected String description
protected String clazz
protected Boolean autoApply
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
     Stringpublic String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
     Stringpublic Boolean isAutoApply()
BooleanCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.