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
XObjImpl()
-
getAtt(String)
-
getContents()
-
getEmpty()
-
getType()
-
getXFace()
-
isEmpty()
-
putAtt(String, String)
-
removeAtt(String)
-
setEmpty(boolean)
-
setType(String)
-
setXFace(XFace)
-
toString()
-
XObjImpl
public XObjImpl()
getType
public String getType()
setType
public void setType(String type)
getXFace
public XFace getXFace()
setXFace
public void setXFace(XFace xFace)
isEmpty
public boolean isEmpty()
getEmpty
public boolean getEmpty()
setEmpty
public void setEmpty(boolean empty)
getAtt
public String getAtt(String attName)
putAtt
public void putAtt(String attName,
String attValue)
removeAtt
public void removeAtt(String attName)
getContents
public Vector getContents()
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index