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