public class JaxbQueryHint extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
name |
protected String |
value |
Constructor and Description |
---|
JaxbQueryHint() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getName()
Gets the value of the name property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String description
protected String name
protected String value
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getValue()
String
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.