net.sf.farrago.fem.sql2003
Class FemTagAnnotation$Hib

java.lang.Object
  extended by org.eigenbase.enki.jmi.impl.RefBaseObjectBase
      extended by org.eigenbase.enki.jmi.impl.RefFeaturedBase
          extended by org.eigenbase.enki.jmi.impl.RefObjectBase
              extended by org.eigenbase.enki.hibernate.storage.HibernateObject
                  extended by org.eigenbase.enki.hibernate.jmi.HibernateRefObject
                      extended by net.sf.farrago.fem.sql2003.FemTagAnnotation$Hib
All Implemented Interfaces:
RefBaseObject, RefFeatured, RefObject, FemTagAnnotation, HibernateAssociable, HibernateIdentifiable

public class FemTagAnnotation$Hib
extends HibernateRefObject
implements FemTagAnnotation, HibernateAssociable

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.


Field Summary
private static String _id
           
protected  HibernateOneToManyLazyAssociation element$Hib
           
protected  String name$Hib
           
protected  String value$Hib
           
 
Constructor Summary
FemTagAnnotation$Hib()
           
FemTagAnnotation$Hib(String name, String value)
           
 
Method Summary
protected  void checkConstraints(List<JmiException> errors, boolean deepVerify)
           
 HibernateAssociation getAssociation(String type, boolean firstEnd)
           
 String getClassIdentifier()
           
 Collection<HibernateAssociation> getComposingAssociations()
           
 FemAnnotatedElement getElement()
          Returns the value of reference Element.
 HibernateOneToManyLazyAssociation getElement$Hib()
           
 String getName()
          Returns the value of attribute name.
 String getName$Hib()
           
 Collection<HibernateAssociation> getNonComposingAssociations()
           
 HibernateAssociation getOrCreateAssociation(String type, boolean firstEnd)
           
 String getValue()
          Returns the value of attribute value.
 String getValue$Hib()
           
 RefObject refImmediateComposite()
           
protected  void removeAssociations()
           
 void setAssociation(String type, boolean firstEnd, HibernateAssociation assoc)
           
 void setElement(FemAnnotatedElement newValue)
          Sets the value of Element reference.
 void setElement$Hib(HibernateOneToManyLazyAssociation newValue)
           
 void setName(String newValue)
          Sets the value of name attribute.
 void setName$Hib(String newValue)
           
 void setValue(String newValue)
          Sets the value of value attribute.
 void setValue$Hib(String newValue)
           
 
Methods inherited from class org.eigenbase.enki.hibernate.jmi.HibernateRefObject
associationSetSingle, attributeSetSingle, findAssociationEnd, fireAssociationRemoveAllEvents, fireAttributeSetEvent, getHibernateRepository, getRepository, refClass, refDelete
 
Methods inherited from class org.eigenbase.enki.hibernate.storage.HibernateObject
delete, delete, save, save
 
Methods inherited from class org.eigenbase.enki.jmi.impl.RefObjectBase
findAttribute, refImmediatePackage, refIsInstanceOf, refMetaObject, refOutermostComposite, setRefMetaObject, unregister
 
Methods inherited from class org.eigenbase.enki.jmi.impl.RefFeaturedBase
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from class org.eigenbase.enki.jmi.impl.RefBaseObjectBase
createInstance, equals, getCurrentInitializer, getEnum, getInitializer, getMofId, getTag, hashCode, invokeMethod, invokeMethod, logJmi, refMofId, refOutermostPackage, refVerifyConstraints, setMofId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, 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
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, 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
 
Methods inherited from interface org.eigenbase.enki.hibernate.storage.HibernateIdentifiable
getMofId
 

Field Detail

_id

private static final String _id
See Also:
Constant Field Values

name$Hib

protected String name$Hib

value$Hib

protected String value$Hib

element$Hib

protected HibernateOneToManyLazyAssociation element$Hib
Constructor Detail

FemTagAnnotation$Hib

FemTagAnnotation$Hib()

FemTagAnnotation$Hib

FemTagAnnotation$Hib(String name,
                     String value)
Method Detail

getName$Hib

public String getName$Hib()

setName$Hib

public void setName$Hib(String newValue)

getName

public String getName()
Description copied from interface: FemTagAnnotation
Returns the value of attribute name.

Specified by:
getName in interface FemTagAnnotation
Returns:
Value of attribute name.

setName

public void setName(String newValue)
Description copied from interface: FemTagAnnotation
Sets the value of name attribute. See FemTagAnnotation.getName() for description on the attribute.

Specified by:
setName in interface FemTagAnnotation
Parameters:
newValue - New value to be set.

getValue$Hib

public String getValue$Hib()

setValue$Hib

public void setValue$Hib(String newValue)

getValue

public String getValue()
Description copied from interface: FemTagAnnotation
Returns the value of attribute value.

Specified by:
getValue in interface FemTagAnnotation
Returns:
Value of attribute value.

setValue

public void setValue(String newValue)
Description copied from interface: FemTagAnnotation
Sets the value of value attribute. See FemTagAnnotation.getValue() for description on the attribute.

Specified by:
setValue in interface FemTagAnnotation
Parameters:
newValue - New value to be set.

getElement

public FemAnnotatedElement getElement()
Description copied from interface: FemTagAnnotation
Returns the value of reference Element.

Specified by:
getElement in interface FemTagAnnotation
Returns:
Value of reference Element.

setElement

public void setElement(FemAnnotatedElement newValue)
Description copied from interface: FemTagAnnotation
Sets the value of Element reference. See FemTagAnnotation.getElement() for description on the attribute.

Specified by:
setElement in interface FemTagAnnotation
Parameters:
newValue - New value to be set.

getElement$Hib

public HibernateOneToManyLazyAssociation getElement$Hib()

setElement$Hib

public void setElement$Hib(HibernateOneToManyLazyAssociation newValue)

getAssociation

public HibernateAssociation getAssociation(String type,
                                           boolean firstEnd)
Specified by:
getAssociation in interface HibernateAssociable

setAssociation

public void setAssociation(String type,
                           boolean firstEnd,
                           HibernateAssociation assoc)
Specified by:
setAssociation in interface HibernateAssociable

getOrCreateAssociation

public HibernateAssociation getOrCreateAssociation(String type,
                                                   boolean firstEnd)
Specified by:
getOrCreateAssociation in interface HibernateAssociable

removeAssociations

protected void removeAssociations()
Specified by:
removeAssociations in class HibernateRefObject

getComposingAssociations

public Collection<HibernateAssociation> getComposingAssociations()
Specified by:
getComposingAssociations in class HibernateRefObject

getNonComposingAssociations

public Collection<HibernateAssociation> getNonComposingAssociations()
Specified by:
getNonComposingAssociations in class HibernateRefObject

refImmediateComposite

public RefObject refImmediateComposite()
Specified by:
refImmediateComposite in interface RefObject
Overrides:
refImmediateComposite in class RefObjectBase

checkConstraints

protected void checkConstraints(List<JmiException> errors,
                                boolean deepVerify)
Specified by:
checkConstraints in class RefBaseObjectBase

getClassIdentifier

public String getClassIdentifier()
Specified by:
getClassIdentifier in class HibernateRefObject