Remote Systems
v6.4.1

com.ibm.etools.systems.core.resources
Class SystemRemoteMarkerTypeDefinition

java.lang.Object
  extended bycom.ibm.etools.systems.core.resources.SystemRemoteMarkerTypeDefinition

public class SystemRemoteMarkerTypeDefinition
extends Object

This class represents a marker type definition.


Field Summary
protected  Set attributeNames
           
static String Copyright
           
protected  boolean isPersistent
           
protected  String name
           
protected  Set superTypes
           
protected  String type
           
 
Constructor Summary
SystemRemoteMarkerTypeDefinition(IExtension ext)
          Constructor for SystemRemoteMarkerTypeDefinition.
 
Method Summary
 Set getAttributeNames()
          Get the attribute names.
 String getName()
          Get the name.
 Set getSuperTypes()
          Get super types.
 String getType()
          Get the type.
 boolean isPersistent()
          Returns whether it is persistent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values

type

protected String type

name

protected String name

isPersistent

protected boolean isPersistent

superTypes

protected Set superTypes

attributeNames

protected Set attributeNames
Constructor Detail

SystemRemoteMarkerTypeDefinition

public SystemRemoteMarkerTypeDefinition(IExtension ext)
Constructor for SystemRemoteMarkerTypeDefinition.

Method Detail

getType

public String getType()
Get the type.

Returns:
the type

getName

public String getName()
Get the name.

Returns:
the name

isPersistent

public boolean isPersistent()
Returns whether it is persistent.

Returns:
true if persistent, false othwerwise

getSuperTypes

public Set getSuperTypes()
Get super types.

Returns:
the super types

getAttributeNames

public Set getAttributeNames()
Get the attribute names.

Returns:
the attribute names

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.