public class TextElement extends Object
| Constructor and Description |
|---|
TextElement()
Default constructor for an Unknown element.
|
TextElement(TextElementType type)
Constructor for a specified element.
|
TextElement(TextElementType type,
String value)
Constructor for a specified element type with an associated value.
|
public TextElement()
public TextElement(TextElementType type)
type - the TextElementType of the elementpublic TextElement(TextElementType type, String value)
type - the TextElementType of the elementvalue - the string value of the elementpublic TextElementType getType()
public String getValue()
Copyright © 2015 Actian Corporation. All Rights Reserved.