public class EntityAttributeLogicImpl extends EntityAttributeLogic
metaObject
contextRoot
Constructor and Description |
---|
EntityAttributeLogicImpl(Object metaObject,
String context) |
Modifier and Type | Method and Description |
---|---|
protected String |
handleGetColumnIndex() |
protected String |
handleGetColumnLength() |
protected String |
handleGetColumnName() |
protected TypeMappings |
handleGetJdbcMappings()
Gets the JDBC mappings.
|
protected String |
handleGetJdbcType() |
protected String |
handleGetName()
Overridden to provide name masking.
|
protected TypeMappings |
handleGetSqlMappings()
Gets the SQL mappings that have been set for this entity attribute.
|
protected String |
handleGetSqlType() |
protected String |
handleGetUniqueGroup() |
protected boolean |
handleIsIdentifier() |
protected boolean |
handleIsTransient() |
getColumnIndex, getColumnLength, getColumnName, getJdbcMappings, getJdbcType, getSqlMappings, getSqlType, getUniqueGroup, isEntityAttributeMetaType, isIdentifier, isTransient, resetMetafacadeContext, validateInvariants
handleFindTaggedValue, handleGetDefaultValue, handleGetEnumeration, handleGetEnumerationLiteralParameters, handleGetEnumerationValue, handleGetGetterName, handleGetGetterSetterTypeName, handleGetLower, handleGetOwner, handleGetSetterName, handleGetType, handleGetUpper, handleIsAddOnly, handleIsChangeable, handleIsDefaultValuePresent, handleIsDerived, handleIsEnumerationLiteral, handleIsEnumerationLiteralParametersExist, handleIsEnumerationMember, handleIsLeaf, handleIsMany, handleIsOrdered, handleIsReadOnly, handleIsRequired, handleIsStatic, handleIsUnique
findTaggedValue, getDefaultValue, getEnumeration, getEnumerationLiteralParameters, getEnumerationValue, getGetterName, getGetterSetterTypeName, getLower, getOwner, getSetterName, getType, getUpper, isAddOnly, isAttributeFacadeMetaType, isChangeable, isDefaultValuePresent, isDerived, isEnumerationLiteral, isEnumerationLiteralParametersExist, isEnumerationMember, isLeaf, isMany, isOrdered, isReadOnly, isRequired, isStatic, isUnique
getArraySuffix, getValidationName, handleCopyTaggedValues, handleFindTaggedValue, handleFindTaggedValues, handleGetBindedFullyQualifiedName, handleGetConstraints, handleGetConstraints, handleGetDocumentation, handleGetDocumentation, handleGetDocumentation, handleGetFullyQualifiedName, handleGetFullyQualifiedName, handleGetFullyQualifiedNamePath, handleGetId, handleGetKeywords, handleGetLabel, handleGetLanguageMappings, handleGetModel, handleGetOwnedElements, handleGetPackage, handleGetPackageName, handleGetPackageName, handleGetPackagePath, handleGetQualifiedName, handleGetRootPackage, handleGetSourceDependencies, handleGetStateMachineContext, handleGetStereotypeNames, handleGetStereotypes, handleGetTaggedValues, handleGetTargetDependencies, handleGetTemplateParameter, handleGetTemplateParameters, handleGetVisibility, handleHasExactStereotype, handleHasKeyword, handleHasStereotype, handleIsBindingDependenciesPresent, handleIsConstraintsPresent, handleIsDocumentationPresent, handleIsReservedWord, handleIsTemplateParametersPresent, handleIsValidIdentifierName, handleTranslateConstraint, handleTranslateConstraints, handleTranslateConstraints
copyTaggedValues, findTaggedValue, findTaggedValues, getBindedFullyQualifiedName, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getKeywords, getLabel, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getQualifiedName, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, toString, translateConstraint, translateConstraints, translateConstraints
compareTo, equals, getConfiguredProperty, getDebug, getMetafacadeContext, getMetaObject, getValidationOwner, hashCode, initialize, isConfiguredProperty, isMetafacadePropertyCachingEnabled, setMetafacadeContext, setProperty, shieldedElement, shieldedElements, THIS, validate
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findTaggedValue, getDefaultValue, getEnumeration, getEnumerationLiteralParameters, getEnumerationValue, getGetterName, getGetterSetterTypeName, getLower, getOwner, getSetterName, getType, getUpper, isAddOnly, isAttributeFacadeMetaType, isChangeable, isDefaultValuePresent, isDerived, isEnumerationLiteral, isEnumerationLiteralParametersExist, isEnumerationMember, isLeaf, isMany, isOrdered, isReadOnly, isRequired, isStatic, isUnique
copyTaggedValues, findTaggedValue, findTaggedValues, getBindedFullyQualifiedName, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getKeywords, getLabel, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getQualifiedName, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getValidationName, getValidationOwner, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, translateConstraint, translateConstraints, translateConstraints
public EntityAttributeLogicImpl(Object metaObject, String context)
metaObject
- context
- protected String handleGetName()
handleGetName
in class AttributeFacadeLogicImpl
ModelElementFacade.getName()
protected String handleGetColumnName()
handleGetColumnName
in class EntityAttributeLogic
EntityAttribute.getColumnName()
protected String handleGetColumnLength()
handleGetColumnLength
in class EntityAttributeLogic
EntityAttribute.getColumnLength()
protected boolean handleIsIdentifier()
handleIsIdentifier
in class EntityAttributeLogic
EntityAttribute.isIdentifier()
protected String handleGetColumnIndex()
handleGetColumnIndex
in class EntityAttributeLogic
EntityAttribute.getColumnIndex()
protected String handleGetSqlType()
handleGetSqlType
in class EntityAttributeLogic
EntityAttribute.getSqlType()
protected String handleGetJdbcType()
handleGetJdbcType
in class EntityAttributeLogic
EntityAttribute.getJdbcType()
protected TypeMappings handleGetSqlMappings()
handleGetSqlMappings
in class EntityAttributeLogic
EntityAttribute.getSqlMappings()
protected TypeMappings handleGetJdbcMappings()
handleGetJdbcMappings
in class EntityAttributeLogic
EntityAttribute.getJdbcMappings()
protected boolean handleIsTransient()
handleIsTransient
in class EntityAttributeLogic
EntityAttributeLogic.handleIsTransient()
protected String handleGetUniqueGroup()
handleGetUniqueGroup
in class EntityAttributeLogic
EntityAttribute.getUniqueGroup()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.