Remote Systems
v6.4.1

com.ibm.etools.systems.core.ui.uda
Interface ISystemUDAConstants

All Known Implementing Classes:
SystemUDBaseManager, SystemXMLElementWrapper

public interface ISystemUDAConstants


Field Summary
static String copyright
           
static String NAME_ATTR
          The name of the attribute we consistently use to store an element's name
static String ORIGINAL_NAME_ATTR
          The name of the attribute we consistently use to store an element's original IBM-supplied name
static String RELEASE_ATTR
          The name of the attribute we consistently use to store a release number
static String XE_DOMAIN
          The name of the xml tag for domain tags.
static String XE_DOMNAME
          The name of the xml attribute of domain tags which identifies the domain name.
static String XE_DOMTYPE
          The name of the xml attribute of domain tags which identifies the domain type.
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values

XE_DOMAIN

public static final String XE_DOMAIN
The name of the xml tag for domain tags. Domains are used to partition actions. Eg, you might have "Folder" and "File" domains or for iSeries "Object" and "Member" domains

See Also:
Constant Field Values

XE_DOMTYPE

public static final String XE_DOMTYPE
The name of the xml attribute of domain tags which identifies the domain type. Its values will be an untranslated name like "Object" or "Folder".

See Also:
Constant Field Values

XE_DOMNAME

public static final String XE_DOMNAME
The name of the xml attribute of domain tags which identifies the domain name. Its values will be a translated name like "Object" or "Folder".

See Also:
Constant Field Values

NAME_ATTR

public static final String NAME_ATTR
The name of the attribute we consistently use to store an element's name

See Also:
Constant Field Values

ORIGINAL_NAME_ATTR

public static final String ORIGINAL_NAME_ATTR
The name of the attribute we consistently use to store an element's original IBM-supplied name

See Also:
Constant Field Values

RELEASE_ATTR

public static final String RELEASE_ATTR
The name of the attribute we consistently use to store a release number

See Also:
Constant Field Values

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.