All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Interface ORG.opengroup.xface.XObj

public interface XObj
extends Serializable

Method Index

 o getAtt(String)
 o getContents()
 o getEmpty()
 o getType()
 o getXFace()
 o isEmpty()
 o putAtt(String, String)
 o removeAtt(String)
 o setEmpty(boolean)
 o setType(String)
 o setXFace(XFace)
 o toString()

Methods

 o getType
public abstract String getType()
 o setType
public abstract void setType(String type)
 o getXFace
public abstract XFace getXFace()
 o setXFace
public abstract void setXFace(XFace xFace)
 o isEmpty
public abstract boolean isEmpty()
 o getEmpty
public abstract boolean getEmpty()
 o setEmpty
public abstract void setEmpty(boolean empty)
 o getAtt
public abstract String getAtt(String attName)
 o putAtt
public abstract void putAtt(String attName,
                            String attValue)
 o removeAtt
public abstract void removeAtt(String attName)
 o getContents
public abstract Vector getContents()
 o toString
public abstract String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index