IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.transform.core
Interface ITransformationItem

All Known Subinterfaces:
IParameterDescriptor, IPatternDescriptor, IPatternMetatype, ITransformationDescriptor, ITransformationProperty
All Known Implementing Classes:
AbstractPatternDefinition, AbstractPatternParameter, AbstractTransformElement, PatternDefinitionUsage, PatternMetatype, PatternMetatype.JavaMetatype, PatternParameterUsage

public interface ITransformationItem

The Transformation Item interface provides access to common attributes defined by many transformation entities. These attributes include the transformation name, unique identifier and a description.


Method Summary
 String getDescription()
          Retrieve the localized description of the transformation item.
 String getId()
          Retrieve the unique id of the transformation item.
 String getName()
          Retrieve the localized name of the transformation item.
 

Method Detail

getId

public String getId()
Retrieve the unique id of the transformation item.

Returns:
String - the unique identifier for the transformation item

getName

public String getName()
Retrieve the localized name of the transformation item.

Returns:
String - the localized name for the transformation item.

getDescription

public String getDescription()
Retrieve the localized description of the transformation item.

Returns:
String - the localized description for the transformation item.

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.