Remote Systems
v6.4.1

com.ibm.etools.systems.core.ui.uda
Class SystemUDTypeElement

java.lang.Object
  extended bycom.ibm.etools.systems.core.ui.uda.SystemXMLElementWrapper
      extended bycom.ibm.etools.systems.core.ui.uda.SystemUDTypeElement
All Implemented Interfaces:
IAdaptable, ISystemUDAConstants

public class SystemUDTypeElement
extends SystemXMLElementWrapper

Wraps a "Type" XML tag


Field Summary
static String copyright
           
 
Fields inherited from class com.ibm.etools.systems.core.ui.uda.SystemXMLElementWrapper
elm
 
Fields inherited from interface com.ibm.etools.systems.core.ui.uda.ISystemUDAConstants
NAME_ATTR, ORIGINAL_NAME_ATTR, RELEASE_ATTR, XE_DOMAIN, XE_DOMNAME, XE_DOMTYPE
 
Constructor Summary
SystemUDTypeElement(Element element, SystemUDTypeManager tm, int domainType)
          Constructor
 
Method Summary
 Image getImage()
          Return image to use for this item, in tree views
 String getTagName()
          Return our tag name
 String getTypes()
          Return the list of types
 void setTypes(String s)
          Set the list of types
 
Methods inherited from class com.ibm.etools.systems.core.ui.uda.SystemXMLElementWrapper
deleteElement, findChildByName, getAdapter, getAttribute, getBooleanAttribute, getBooleanAttribute, getChildren, getChildren, getChildren, getChildTag, getDocument, getDomain, getElement, getExistingNames, getExistingNames, getExistingNames, getManager, getName, getOriginalName, getParentDomainElement, getParentElement, getProfile, getTextNode, getVendor, isDomain, isIBM, isUserChanged, setAttribute, setBooleanAttribute, setIBM, setName, setTextNode, setUserChanged, setVendor, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Constructor Detail

SystemUDTypeElement

public SystemUDTypeElement(Element element,
                           SystemUDTypeManager tm,
                           int domainType)
Constructor

Parameters:
domainType - - The integer representation of the domain this is in (or this is, for a domain element)
Method Detail

getImage

public Image getImage()
Return image to use for this item, in tree views

Specified by:
getImage in class SystemXMLElementWrapper

getTagName

public String getTagName()
Return our tag name

Specified by:
getTagName in class SystemXMLElementWrapper

getTypes

public String getTypes()
Return the list of types


setTypes

public void setTypes(String s)
Set the list of types


Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.