@Deprecated public class XmlLevels extends Object
Constructor and Description |
---|
XmlLevels()
Deprecated.
Creates a new instance of XmlLevels.
|
XmlLevels(XmlLevel level)
Deprecated.
Creates a new instance of XmlLevels with one initial level.
|
Modifier and Type | Method and Description |
---|---|
void |
addXmlLevel(XmlLevel item)
Deprecated.
Adds a property to the level collection.
|
Collection<XmlLevel> |
getLevels()
Deprecated.
Returns a collection of XmlLevel.
|
void |
setLevels(Collection<XmlLevel> items)
Deprecated.
Sets the collection of levels.
|
static String |
toLog(XmlLevels data)
Deprecated.
Creates a compact string representation for the log.
|
public XmlLevels()
public XmlLevels(XmlLevel level)
level
- initial elementpublic Collection<XmlLevel> getLevels()
public void setLevels(Collection<XmlLevel> items)
items
- new level collectionpublic void addXmlLevel(XmlLevel item)
item
- the XmlLevel to addCopyright © 2010-2014 Michigan State University. All Rights Reserved.