public interface VariableField extends Serializable, Comparable<VariableField>
| Modifier and Type | Method and Description |
|---|---|
boolean |
find(String pattern)
Returns true if the given regular expression matches a subsequence of a
data element within the variable field.
|
Long |
getId()
Gets the identifier.
|
String |
getTag()
Returns the tag name.
|
void |
setId(Long id)
Sets the identifier.
|
void |
setTag(String tag)
Sets the tag name.
|
compareTovoid setId(Long id)
The purpose of this identifier is to provide an identifier for persistency.
id - the identifierLong getId()
The purpose of this identifier is to provide an identifier for persistency.
String getTag()
void setTag(String tag)
tag - the tag nameboolean find(String pattern)
See Pattern for more information about Java
regular expressions.
pattern - the regular expressionCopyright © 2014 FreeLibrary. All Rights Reserved.