Class StringList
java.lang.Object
com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
com.priint.pubserver.comet.bridge.entitydata.StringList
- All Implemented Interfaces:
Serializable
The type String list.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe enum String list attribute. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdd.voidclear()Clear.get(Comet3Attribute attr) Unlike the super class get-method, this method may only be invoked in the toStringList context.Get attributes comet 3 attribute [ ].Gets content.voidset(Comet3Attribute attr, String value) Set.voidsetContent(String content) Sets content.To string list list.Methods inherited from class com.priint.pubserver.comet.bridge.entitydata.Comet3EntityData
getAsObject, setAsObject
-
Constructor Details
-
StringList
public StringList()
-
-
Method Details
-
getAttributes
Description copied from class:Comet3EntityDataGet attributes comet 3 attribute [ ].- Specified by:
getAttributesin classComet3EntityData- Returns:
- the comet 3 attribute [ ]
-
clear
public void clear()Clear. -
add
Add.- Parameters:
value- the value
-
set
Description copied from class:Comet3EntityDataSet.- Overrides:
setin classComet3EntityData- Parameters:
attr- the attrvalue- the value
-
get
Unlike the super class get-method, this method may only be invoked in the toStringList context.- Overrides:
getin classComet3EntityData- Parameters:
attr- the attr- Returns:
- the string
-
toStringList
Description copied from class:Comet3EntityDataTo string list list.- Overrides:
toStringListin classComet3EntityData- Returns:
- the list
-
getContent
Description copied from class:Comet3EntityDataGets content.- Specified by:
getContentin classComet3EntityData- Returns:
- the content
-
setContent
Description copied from class:Comet3EntityDataSets content.- Specified by:
setContentin classComet3EntityData- Parameters:
content- the content
-