public abstract class AtomBase extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
AtomBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
addElement(AtomElement element) |
List<AtomElement> |
getElements() |
abstract String |
getType() |
public abstract String getType()
public List<AtomElement> getElements()
public void addElement(AtomElement element)
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.