public class Tags extends Bean implements Cloneable, JavaCodeGenerator
SERIALIZED_CLASS_NAME, TYPEXML_SERIALIZED_CLASS_NAME| Modifier and Type | Method and Description |
|---|---|
Tags |
add(String tag) |
Tags |
clone() |
boolean |
contains(String tag) |
Tags |
copyFrom(Tags tags) |
boolean |
equals(Object obj) |
Tags |
fromRecord(Record source)
Loads this instance's state from a record and returns
this (for fluid API call chaining). |
Tags |
fromXmlElement(Element element) |
void |
generateJavaCode(JavaCodeBuilder code) |
Set<String> |
getAll() |
int |
hashCode() |
Tags |
remove(String tag) |
Tags |
removeAll() |
int |
size() |
Record |
toRecord() |
Element |
toXmlElement(Document document) |
addExceptionProperties, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitfromArrayValue, fromArrayValue, fromArrayValue, fromJson, fromJson, newInstanceFromRecord, newInstanceFromRecord, toArrayValue, toJson, toJson, toJson, toRecordnewInstanceFromJsonforEachGrandChildElement, fromXml, fromXml, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getAttribute, getChildElement, getChildElements, newInstanceFromXml, newInstanceFromXml, setAttribute, toXml, toXml, toXml, toXml, toXml, writeXml, writeXmladdExceptionProperties, contributeExceptionProperties, contributeExceptionProperties, exception, exception, exceptionpublic Tags()
public Tags(String... tags)
public void generateJavaCode(JavaCodeBuilder code)
generateJavaCode in interface JavaCodeGeneratorpublic int size()
public boolean contains(String tag)
public Tags removeAll()
public Record toRecord()
toRecord in interface RecordSerializabletoRecord in class Beanpublic Tags fromRecord(Record source)
RecordSerializablethis (for fluid API call chaining).
For fluid API call chaining, the overridden method should change the declared return type to its class.fromRecord in interface RecordSerializablefromRecord in class Beanpublic Element toXmlElement(Document document)
toXmlElement in interface XmlSerializablepublic Tags fromXmlElement(Element element)
fromXmlElement in interface XmlSerializableCopyright (c) 2006-2026 North Concepts Inc. All Rights Reserved.