org.ocltf.model
Interface AttributeFacade

All Superinterfaces:
ElementFacade

public interface AttributeFacade
extends ElementFacade

Specifies a "facade" for an underlying attribute.

Author:
Chad Brandon

Method Summary
 java.lang.String getInitialValue()
          Returns the initial value expression body of the underlying attribute as a String
 boolean hasInitialValue()
          Returns true or false depending on whether or not an initial value has been defined for the underlying attribute.
 
Methods inherited from interface org.ocltf.model.ElementFacade
findConstraint, findTagValue, getConstraints, getFullyQualifiedName, getGeneralizations, getId, getName, getPackageName, getStereotypeNames, getTaggedValues, getType
 

Method Detail

getInitialValue

public java.lang.String getInitialValue()
Returns the initial value expression body of the underlying attribute as a String

Returns:
String

hasInitialValue

public boolean hasInitialValue()
Returns true or false depending on whether or not an initial value has been defined for the underlying attribute.

Returns:
boolean - true if an initial value is defined, false otherwise.


Copyright © 2003-2004 Chad Brandon. All Rights Reserved.