All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class ORG.opengroup.xface.XObjImpl

java.lang.Object
    |
    +----ORG.opengroup.xface.XObjImpl

public class XObjImpl
extends Object
implements XObj

Constructor Index

 o XObjImpl()

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()

Constructors

 o XObjImpl
public XObjImpl()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index