Class TextItemValueNode
- java.lang.Object
-
- com.aquima.web.api.model.page.element.TextItemNode
-
- com.aquima.web.api.model.page.element.TextItemValueNode
-
public class TextItemValueNode extends TextItemNode
This class represents a value node within a text item.- Since:
- 9.2
- Author:
- A.Pragt
-
-
Constructor Summary
Constructors Constructor Description TextItemValueNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getNodeType()
This method returns the type of the node.List<String>
getValues()
int
hashCode()
-
-
-
Method Detail
-
getNodeType
public String getNodeType()
Description copied from class:TextItemNode
This method returns the type of the node.- Specified by:
getNodeType
in classTextItemNode
- Returns:
- The type of the node.
-
-