net.sf.farrago.fem.fennel
Class FemDatabaseParam$Hib
java.lang.Object
org.eigenbase.enki.jmi.impl.RefBaseObjectBase
org.eigenbase.enki.jmi.impl.RefFeaturedBase
org.eigenbase.enki.jmi.impl.RefObjectBase
net.sf.farrago.fem.fennel.FemDatabaseParam$Hib
- All Implemented Interfaces:
- RefBaseObject, RefFeatured, RefObject, FemDatabaseParam
public class FemDatabaseParam$Hib
- extends RefObjectBase
- implements FemDatabaseParam
Implements MOF's DatabaseParam interface.
- Author:
MofImplementationHandler
Methods inherited from class org.eigenbase.enki.jmi.impl.RefObjectBase |
findAssociationEnd, findAttribute, getRepository, refClass, refDelete, refImmediateComposite, refImmediatePackage, refIsInstanceOf, refMetaObject, refOutermostComposite, setRefMetaObject, unregister |
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 |
name
private String name
value
private String value
FemDatabaseParam$Hib
FemDatabaseParam$Hib(RefClass refClass)
FemDatabaseParam$Hib
FemDatabaseParam$Hib(RefClass refClass,
String name,
String value)
getName
public String getName()
- Description copied from interface:
FemDatabaseParam
- Returns the value of attribute name.
- Specified by:
getName
in interface FemDatabaseParam
- Returns:
- Value of attribute name.
setName
public void setName(String newValue)
- Description copied from interface:
FemDatabaseParam
- Sets the value of name attribute. See
FemDatabaseParam.getName()
for
description on the attribute.
- Specified by:
setName
in interface FemDatabaseParam
- Parameters:
newValue
- New value to be set.
getValue
public String getValue()
- Description copied from interface:
FemDatabaseParam
- Returns the value of attribute value.
- Specified by:
getValue
in interface FemDatabaseParam
- Returns:
- Value of attribute value.
setValue
public void setValue(String newValue)
- Description copied from interface:
FemDatabaseParam
- Sets the value of value attribute. See
FemDatabaseParam.getValue()
for
description on the attribute.
- Specified by:
setValue
in interface FemDatabaseParam
- Parameters:
newValue
- New value to be set.
checkConstraints
protected void checkConstraints(List<JmiException> errors,
boolean deepVerify)
- Specified by:
checkConstraints
in class RefBaseObjectBase