Joda System API

org.joda.property
Interface ModelAttribute

All Known Implementing Classes:
DocumentNavigator.NavAttribute

public interface ModelAttribute

ModelAttribute represents an attribute held on a ModelElement.

Author:
Stephen Colebourne

Method Summary
 java.lang.String getName()
          Get the name of the attribute
 ModelElement getParent()
          Get the model element the attribute belongs to
 java.lang.String getValue()
          Get the value of the attribute
 

Method Detail

getParent

public ModelElement getParent()
Get the model element the attribute belongs to

Returns:
parent element

getName

public java.lang.String getName()
Get the name of the attribute

Returns:
attribute name

getValue

public java.lang.String getValue()
Get the value of the attribute

Returns:
attribute name

Joda System API

Copyright © 2001-2003 Stephen Colebourne. All Rights Reserved.