FileDocCategorySizeDatePackage
UMLAttribute.javaAPI DocExample730Tue Dec 08 01:21:00 GMT 1998oisoft.togetherx.scriptapi.UML

UMLAttribute.java

/*----------------------------------------------------------------------------
Copyright © 1998 Object International Software GmbH
----------------------------------------------------------------------------*/
package oisoft.togetherx.scriptapi.UML;


//------------------------------------------------------------------------------
/**
* Presents class attributes.
* @version  2.1.01  12.03.1998
* @author   Andrei Ivanov                  
*/
public interface UMLAttribute extends UMLMember 
{
  /**Returns the initialization string of the attribute's 
   * declaration/definition.
   */
  String getInitialValue();
}
//------------------------------------------------------------------------------