net.sf.farrago.fem.sql2003
Interface FemTagAnnotation

All Superinterfaces:
RefBaseObject, RefFeatured, RefObject
All Known Implementing Classes:
FemTagAnnotation$Hib

public interface FemTagAnnotation
extends RefObject

TagAnnotation object instance interface.

Note: This type should not be subclassed, implemented or directly instantiated by clients. It is generated from a MOF metamodel and implemented by Enki or MDR.


Method Summary
 FemAnnotatedElement getElement()
          Returns the value of reference Element.
 String getName()
          Returns the value of attribute name.
 String getValue()
          Returns the value of attribute value.
 void setElement(FemAnnotatedElement newValue)
          Sets the value of Element reference.
 void setName(String newValue)
          Sets the value of name attribute.
 void setValue(String newValue)
          Sets the value of value attribute.
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getName

String getName()
Returns the value of attribute name.

Returns:
Value of attribute name.

setName

void setName(String newValue)
Sets the value of name attribute. See getName() for description on the attribute.

Parameters:
newValue - New value to be set.

getValue

String getValue()
Returns the value of attribute value.

Returns:
Value of attribute value.

setValue

void setValue(String newValue)
Sets the value of value attribute. See getValue() for description on the attribute.

Parameters:
newValue - New value to be set.

getElement

FemAnnotatedElement getElement()
Returns the value of reference Element.

Returns:
Value of reference Element.

setElement

void setElement(FemAnnotatedElement newValue)
Sets the value of Element reference. See getElement() for description on the attribute.

Parameters:
newValue - New value to be set.