|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eigenbase.enki.jmi.impl.RefBaseObjectBase
org.eigenbase.enki.jmi.impl.RefFeaturedBase
org.eigenbase.enki.jmi.impl.RefObjectBase
org.eigenbase.enki.hibernate.storage.HibernateObject
org.eigenbase.enki.hibernate.jmi.HibernateRefObject
net.sf.farrago.cwm.relational.CwmSqlsimpleType$Hib
public class CwmSqlsimpleType$Hib
SQLSimpleType object instance interface. A simple datatype used with an SQL column. Examples are Integer, Varchar, LOB, CLOB, etc...
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.
| Constructor Summary | |
|---|---|
CwmSqlsimpleType$Hib()
|
|
CwmSqlsimpleType$Hib(String name,
VisibilityKind visibility,
boolean isAbstract,
Integer typeNumber,
Integer characterMaximumLength,
Integer characterOctetLength,
Integer numericPrecision,
Integer numericPrecisionRadix,
Integer numericScale,
Integer dateTimePrecision)
|
|
| 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 |
|---|
private static final String _id
protected String name$Hib
protected String visibility$Hib
protected Boolean isAbstract$Hib
protected Integer typeNumber$Hib
protected Integer characterMaximumLength$Hib
protected Integer characterOctetLength$Hib
protected Integer numericPrecision$Hib
protected Integer numericPrecisionRadix$Hib
protected Integer numericScale$Hib
protected Integer dateTimePrecision$Hib
protected HibernateManyToManyLazyAssociation clientDependency$Hib
protected HibernateManyToManyLazyAssociation constraint$Hib
protected HibernateManyToManyLazyAssociation importer$Hib
protected HibernateOneToManyLazyHighCardinalityAssociation namespace$Hib
protected HibernateOneToManyLazyHighCardinalityAssociation ownedElement$Hib
protected HibernateOneToManyLazyOrderedAssociation feature$Hib
protected HibernateManyToManyLazyAssociation dependencySupplier_SupplierDependency$Hib
protected HibernateOneToManyLazyAssociation stereotypedElement_Stereotype$Hib
protected HibernateOneToManyLazyHighCardinalityAssociation structuralFeatureType_StructuralFeature$Hib
protected HibernateOneToManyLazyAssociation taggedElement_TaggedValue$Hib
protected HibernateOneToManyLazyHighCardinalityAssociation parameterType_Parameter$Hib
protected HibernateOneToManyLazyAssociation instanceClassifier_Instance$Hib
protected HibernateOneToManyLazyAssociation classifierAlias_Alias$Hib
protected HibernateOneToManyLazyAssociation distinctTypeHasSimpleType_SqlDistinctType$Hib
protected HibernateOneToManyLazyAssociation userAssignedNamespace_NamespaceAssignee$Hib
protected HibernateOneToManyLazyHighCardinalityAssociation privilegeIsGrantedOnElement_Privilege$Hib
| Constructor Detail |
|---|
CwmSqlsimpleType$Hib()
CwmSqlsimpleType$Hib(String name,
VisibilityKind visibility,
boolean isAbstract,
Integer typeNumber,
Integer characterMaximumLength,
Integer characterOctetLength,
Integer numericPrecision,
Integer numericPrecisionRadix,
Integer numericScale,
Integer dateTimePrecision)
| Method Detail |
|---|
public String getName$Hib()
public void setName$Hib(String newValue)
public String getName()
CwmModelElement
getName in interface CwmModelElementpublic void setName(String newValue)
CwmModelElementCwmModelElement.getName() for
description on the attribute.
setName in interface CwmModelElementnewValue - New value to be set.public String getVisibility$Hib()
public void setVisibility$Hib(String newValue)
public VisibilityKind getVisibility()
CwmModelElement
getVisibility in interface CwmModelElementpublic void setVisibility(VisibilityKind newValue)
CwmModelElementCwmModelElement.getVisibility()
for description on the attribute.
setVisibility in interface CwmModelElementnewValue - New value to be set.public Boolean getIsAbstract$Hib()
public void setIsAbstract$Hib(Boolean newValue)
public boolean isAbstract()
CwmClassifier
isAbstract in interface CwmClassifierpublic void setAbstract(boolean newValue)
CwmClassifierCwmClassifier.isAbstract() for
description on the attribute.
setAbstract in interface CwmClassifiernewValue - New value to be set.public Integer getTypeNumber$Hib()
public void setTypeNumber$Hib(Integer newValue)
public Integer getTypeNumber()
CwmSqldataType
getTypeNumber in interface CwmSqldataTypepublic void setTypeNumber(Integer newValue)
CwmSqldataTypeCwmSqldataType.getTypeNumber()
for description on the attribute.
setTypeNumber in interface CwmSqldataTypenewValue - New value to be set.public Integer getCharacterMaximumLength$Hib()
public void setCharacterMaximumLength$Hib(Integer newValue)
public Integer getCharacterMaximumLength()
CwmSqlsimpleType
getCharacterMaximumLength in interface CwmSqlsimpleTypepublic void setCharacterMaximumLength(Integer newValue)
CwmSqlsimpleTypeCwmSqlsimpleType.getCharacterMaximumLength() for description on the attribute.
setCharacterMaximumLength in interface CwmSqlsimpleTypenewValue - New value to be set.public Integer getCharacterOctetLength$Hib()
public void setCharacterOctetLength$Hib(Integer newValue)
public Integer getCharacterOctetLength()
CwmSqlsimpleType
getCharacterOctetLength in interface CwmSqlsimpleTypepublic void setCharacterOctetLength(Integer newValue)
CwmSqlsimpleTypeCwmSqlsimpleType.getCharacterOctetLength() for description on the attribute.
setCharacterOctetLength in interface CwmSqlsimpleTypenewValue - New value to be set.public Integer getNumericPrecision$Hib()
public void setNumericPrecision$Hib(Integer newValue)
public Integer getNumericPrecision()
CwmSqlsimpleType
getNumericPrecision in interface CwmSqlsimpleTypepublic void setNumericPrecision(Integer newValue)
CwmSqlsimpleTypeCwmSqlsimpleType.getNumericPrecision() for description on the attribute.
setNumericPrecision in interface CwmSqlsimpleTypenewValue - New value to be set.public Integer getNumericPrecisionRadix$Hib()
public void setNumericPrecisionRadix$Hib(Integer newValue)
public Integer getNumericPrecisionRadix()
CwmSqlsimpleType
getNumericPrecisionRadix in interface CwmSqlsimpleTypepublic void setNumericPrecisionRadix(Integer newValue)
CwmSqlsimpleTypeCwmSqlsimpleType.getNumericPrecisionRadix() for description on the attribute.
setNumericPrecisionRadix in interface CwmSqlsimpleTypenewValue - New value to be set.public Integer getNumericScale$Hib()
public void setNumericScale$Hib(Integer newValue)
public Integer getNumericScale()
CwmSqlsimpleType
getNumericScale in interface CwmSqlsimpleTypepublic void setNumericScale(Integer newValue)
CwmSqlsimpleTypeCwmSqlsimpleType.getNumericScale() for description on the attribute.
setNumericScale in interface CwmSqlsimpleTypenewValue - New value to be set.public Integer getDateTimePrecision$Hib()
public void setDateTimePrecision$Hib(Integer newValue)
public Integer getDateTimePrecision()
CwmSqlsimpleType
getDateTimePrecision in interface CwmSqlsimpleTypepublic void setDateTimePrecision(Integer newValue)
CwmSqlsimpleTypeCwmSqlsimpleType.getDateTimePrecision() for description on the attribute.
setDateTimePrecision in interface CwmSqlsimpleTypenewValue - New value to be set.public Collection<CwmDependency> getClientDependency()
CwmModelElement
getClientDependency in interface CwmModelElementCwmDependencypublic HibernateManyToManyLazyAssociation getClientDependency$Hib()
public void setClientDependency$Hib(HibernateManyToManyLazyAssociation newValue)
public Collection<CwmConstraint> getConstraint()
CwmModelElement
getConstraint in interface CwmModelElementCwmConstraintpublic HibernateManyToManyLazyAssociation getConstraint$Hib()
public void setConstraint$Hib(HibernateManyToManyLazyAssociation newValue)
public Collection<CwmPackage> getImporter()
CwmModelElement
getImporter in interface CwmModelElementCwmPackagepublic HibernateManyToManyLazyAssociation getImporter$Hib()
public void setImporter$Hib(HibernateManyToManyLazyAssociation newValue)
public CwmNamespace getNamespace()
CwmModelElement
getNamespace in interface CwmModelElementpublic void setNamespace(CwmNamespace newValue)
CwmModelElementCwmModelElement.getNamespace() for
description on the attribute.
setNamespace in interface CwmModelElementnewValue - New value to be set.public HibernateOneToManyLazyHighCardinalityAssociation getNamespace$Hib()
public void setNamespace$Hib(HibernateOneToManyLazyHighCardinalityAssociation newValue)
public Collection<CwmModelElement> getOwnedElement()
CwmNamespace
getOwnedElement in interface CwmNamespaceCwmModelElementpublic HibernateOneToManyLazyHighCardinalityAssociation getOwnedElement$Hib()
public void setOwnedElement$Hib(HibernateOneToManyLazyHighCardinalityAssociation newValue)
public List<CwmFeature> getFeature()
CwmClassifier
getFeature in interface CwmClassifierCwmFeaturepublic HibernateOneToManyLazyOrderedAssociation getFeature$Hib()
public void setFeature$Hib(HibernateOneToManyLazyOrderedAssociation newValue)
public HibernateManyToManyLazyAssociation getDependencySupplier_SupplierDependency$Hib()
public void setDependencySupplier_SupplierDependency$Hib(HibernateManyToManyLazyAssociation newValue)
public HibernateOneToManyLazyAssociation getStereotypedElement_Stereotype$Hib()
public void setStereotypedElement_Stereotype$Hib(HibernateOneToManyLazyAssociation newValue)
public HibernateOneToManyLazyHighCardinalityAssociation getStructuralFeatureType_StructuralFeature$Hib()
public void setStructuralFeatureType_StructuralFeature$Hib(HibernateOneToManyLazyHighCardinalityAssociation newValue)
public HibernateOneToManyLazyAssociation getTaggedElement_TaggedValue$Hib()
public void setTaggedElement_TaggedValue$Hib(HibernateOneToManyLazyAssociation newValue)
public HibernateOneToManyLazyHighCardinalityAssociation getParameterType_Parameter$Hib()
public void setParameterType_Parameter$Hib(HibernateOneToManyLazyHighCardinalityAssociation newValue)
public HibernateOneToManyLazyAssociation getInstanceClassifier_Instance$Hib()
public void setInstanceClassifier_Instance$Hib(HibernateOneToManyLazyAssociation newValue)
public HibernateOneToManyLazyAssociation getClassifierAlias_Alias$Hib()
public void setClassifierAlias_Alias$Hib(HibernateOneToManyLazyAssociation newValue)
public HibernateOneToManyLazyAssociation getDistinctTypeHasSimpleType_SqlDistinctType$Hib()
public void setDistinctTypeHasSimpleType_SqlDistinctType$Hib(HibernateOneToManyLazyAssociation newValue)
public HibernateOneToManyLazyAssociation getUserAssignedNamespace_NamespaceAssignee$Hib()
public void setUserAssignedNamespace_NamespaceAssignee$Hib(HibernateOneToManyLazyAssociation newValue)
public HibernateOneToManyLazyHighCardinalityAssociation getPrivilegeIsGrantedOnElement_Privilege$Hib()
public void setPrivilegeIsGrantedOnElement_Privilege$Hib(HibernateOneToManyLazyHighCardinalityAssociation newValue)
public HibernateAssociation getAssociation(String type,
boolean firstEnd)
getAssociation in interface HibernateAssociable
public void setAssociation(String type,
boolean firstEnd,
HibernateAssociation assoc)
setAssociation in interface HibernateAssociable
public HibernateAssociation getOrCreateAssociation(String type,
boolean firstEnd)
getOrCreateAssociation in interface HibernateAssociableprotected void removeAssociations()
removeAssociations in class HibernateRefObjectpublic Collection<HibernateAssociation> getComposingAssociations()
getComposingAssociations in class HibernateRefObjectpublic Collection<HibernateAssociation> getNonComposingAssociations()
getNonComposingAssociations in class HibernateRefObjectpublic RefObject refImmediateComposite()
refImmediateComposite in interface RefObjectrefImmediateComposite in class RefObjectBase
protected void checkConstraints(List<JmiException> errors,
boolean deepVerify)
checkConstraints in class RefBaseObjectBasepublic String getClassIdentifier()
getClassIdentifier in class HibernateRefObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||