public interface Element
extends java.io.Serializable
Element
is the base interface for all elements of a form.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getElementName()
Returns the element name
|
java.lang.String |
getElementType()
Returns the element type
|