public class ParsedColumnModel extends Object
| Constructor and Description |
|---|
ParsedColumnModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getValue() |
byte[] |
getValueInBytes() |
String |
getValueType() |
void |
setName(String name) |
void |
setValue(String value) |
void |
setValueType(String valueType) |
public String getName()
public void setName(String name)
public String getValue()
public byte[] getValueInBytes()
public void setValue(String value)
public String getValueType()
public void setValueType(String valueType)
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.