org.imixs.workflow.xml
Class XMLItem
java.lang.Object
org.imixs.workflow.xml.XMLItem
- All Implemented Interfaces:
- Serializable
public class XMLItem
- extends Object
- implements Serializable
Represents a single item inside a XMLItemCollection. An XMLItem has a name and a
value. The value can be any serializable collection of objects.
- Author:
- rsoika
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLItem
public XMLItem()
getName
public String getName()
setName
public void setName(String name)
getValue
public Object[] getValue()
setValue
public void setValue(Object[] values)
Copyright © 2009-2011 Imixs Software Solutions GmbH. All Rights Reserved.