| java.lang.Object mocks.elements.OrgCodeEOK
OrgCodeEOK | public class OrgCodeEOK (Code) | | OrgCDEOK is the key class for retrieving|building the org_cd element in an xml document
Title:
Description:
Copyright: Copyright (c) 2001
Company: UIS - Indiana University
author: Xiaofeng Qi version: 1.0 |
OrgCodeEOK | public OrgCodeEOK(Element rootElement) throws Exception(Code) | | Construct an OrgCDEOK object from a JDOM element
Parameters: keyElement - a JDOM element |
buildJdom | public Element buildJdom()(Code) | | Construct the JDOM Element for this key
Element the JDOM element for this OrgCodeEOK |
isRouteControl | public boolean isRouteControl()(Code) | | |
toString | public String toString()(Code) | | Create a printable representation of this object. Do not count
on the format of this string being the same in future versions!
a string representation of this object |
|
|