| org.andromda.metafacades.emf.uml2.EntityLogicImpl
EntityLogicImpl | public class EntityLogicImpl extends EntityLogic (Code) | | MetafacadeLogic implementation for org.andromda.metafacades.uml.Entity.
See Also: org.andromda.metafacades.uml.Entity |
Method Summary | |
public List | handleGetAssociationEnds() Override to filter out any association ends that point to model elements
other than other entities. | protected String | handleGetAttributeNameList(boolean follow, boolean withIdentifiers) | protected String | handleGetAttributeTypeList(boolean follow, boolean withIdentifiers) | protected Collection | handleGetAttributes(boolean follow, boolean withIdentifiers) | protected Collection | handleGetBusinessOperations() | protected Collection | handleGetChildEnds() | protected Collection | handleGetEntityReferences() | protected Collection | handleGetIdentifierAssociationEnds() | protected java.util.Collection | handleGetIdentifiers() | protected java.util.Collection | handleGetIdentifiers(boolean follow) | protected Short | handleGetMaxSqlNameLength() | protected String | handleGetName() Overridden to provide name masking. | protected String | handleGetOperationCallFromAttributes(boolean withIdentifiers) | protected String | handleGetOperationCallFromAttributes(boolean withIdentifiers, boolean follow) | protected Object | handleGetParentEnd() | protected Collection | handleGetProperties(boolean follow, boolean withIdentifiers) | protected java.util.Collection | handleGetQueryOperations() | protected java.util.Collection | handleGetQueryOperations(boolean follow) | protected String | handleGetRequiredAttributeNameList(boolean follow, boolean withIdentifiers) | protected String | handleGetRequiredAttributeTypeList(boolean follow, boolean withIdentifiers) | protected Collection | handleGetRequiredAttributes(boolean follow, boolean withIdentifiers) | protected Collection | handleGetRequiredProperties(boolean follow, boolean withIdentifiers) | protected String | handleGetRequiredPropertyNameList(boolean follow, boolean withIdentifiers) | protected String | handleGetRequiredPropertyTypeList(boolean follow, boolean withIdentifiers) | protected String | handleGetSchema() | protected String | handleGetTableName() | protected boolean | handleIsChild() | protected boolean | handleIsCompositeIdentifier() | protected boolean | handleIsDynamicIdentifiersPresent() | protected boolean | handleIsIdentifiersPresent() | protected boolean | handleIsUsingAssignedIdentifier() | protected boolean | handleIsUsingForeignIdentifier() | public void | initialize() |
handleGetAssociationEnds | public List handleGetAssociationEnds()(Code) | | Override to filter out any association ends that point to model elements
other than other entities.
See Also: org.andromda.metafacades.uml.ClassifierFacade.getAssociationEnds |
handleGetAttributeNameList | protected String handleGetAttributeNameList(boolean follow, boolean withIdentifiers)(Code) | | See Also: org.andromda.metafacades.uml.Entity.getAttributeNameList(booleanboolean) |
handleGetAttributeTypeList | protected String handleGetAttributeTypeList(boolean follow, boolean withIdentifiers)(Code) | | See Also: org.andromda.metafacades.uml.Entity.getAttributeTypeList(booleanboolean) |
handleGetAttributes | protected Collection handleGetAttributes(boolean follow, boolean withIdentifiers)(Code) | | See Also: org.andromda.metafacades.uml.Entity.getAttributes(booleanboolean) |
handleGetBusinessOperations | protected Collection handleGetBusinessOperations()(Code) | | See Also: org.andromda.metafacades.uml.Entity.getBusinessOperations |
handleGetChildEnds | protected Collection handleGetChildEnds()(Code) | | See Also: org.andromda.metafacades.uml.Entity.getChildEnds |
handleGetEntityReferences | protected Collection handleGetEntityReferences()(Code) | | See Also: org.andromda.metafacades.uml.Entity.getEntityReferences |
handleGetIdentifierAssociationEnds | protected Collection handleGetIdentifierAssociationEnds()(Code) | | See Also: org.andromda.metafacades.uml.Entity.getIdentifierAssociationEnds |
handleGetIdentifiers | protected java.util.Collection handleGetIdentifiers()(Code) | | See Also: org.andromda.metafacades.uml.Entity.getIdentifiers |
handleGetIdentifiers | protected java.util.Collection handleGetIdentifiers(boolean follow)(Code) | | See Also: org.andromda.metafacades.uml.Entity.getIdentifiers(boolean) |
handleGetMaxSqlNameLength | protected Short handleGetMaxSqlNameLength()(Code) | | Gets the maximum name length SQL names may be
|
handleGetName | protected String handleGetName()(Code) | | Overridden to provide name masking.
See Also: org.andromda.metafacades.uml.ModelElementFacade.getName |
handleGetOperationCallFromAttributes | protected String handleGetOperationCallFromAttributes(boolean withIdentifiers)(Code) | | See Also: org.andromda.metafacades.uml.Entity.getOperationCallFromAttributes(boolean) |
handleGetOperationCallFromAttributes | protected String handleGetOperationCallFromAttributes(boolean withIdentifiers, boolean follow)(Code) | | See Also: org.andromda.metafacades.uml.Entity.getOperationCallFromAttributes(booleanboolean) |
handleGetParentEnd | protected Object handleGetParentEnd()(Code) | | See Also: org.andromda.metafacades.uml.Entity.getParentEnd |
handleGetProperties | protected Collection handleGetProperties(boolean follow, boolean withIdentifiers)(Code) | | See Also: org.andromda.metafacades.uml.Entity.getProperties(booleanboolean) |
handleGetQueryOperations | protected java.util.Collection handleGetQueryOperations()(Code) | | See Also: org.andromda.metafacades.uml.Entity.getQueryOperations |
handleGetQueryOperations | protected java.util.Collection handleGetQueryOperations(boolean follow)(Code) | | See Also: org.andromda.metafacades.uml.Entity.getQueryOperations(boolean) |
handleGetRequiredAttributeNameList | protected String handleGetRequiredAttributeNameList(boolean follow, boolean withIdentifiers)(Code) | | See Also: org.andromda.metafacades.uml.Entity.getRequiredAttributeNameList(booleanboolean) |
handleGetRequiredAttributeTypeList | protected String handleGetRequiredAttributeTypeList(boolean follow, boolean withIdentifiers)(Code) | | See Also: org.andromda.metafacades.uml.Entity.getRequiredAttributeTypeList(booleanboolean) |
handleGetRequiredAttributes | protected Collection handleGetRequiredAttributes(boolean follow, boolean withIdentifiers)(Code) | | See Also: org.andromda.metafacades.uml.Entity.getRequiredAttributes(booleanboolean) |
handleGetRequiredProperties | protected Collection handleGetRequiredProperties(boolean follow, boolean withIdentifiers)(Code) | | See Also: org.andromda.metafacades.uml.Entity.getRequiredProperties(booleanboolean) |
handleGetRequiredPropertyNameList | protected String handleGetRequiredPropertyNameList(boolean follow, boolean withIdentifiers)(Code) | | See Also: org.andromda.metafacades.uml.Entity.getRequiredPropertyNameList(booleanboolean) |
handleGetRequiredPropertyTypeList | protected String handleGetRequiredPropertyTypeList(boolean follow, boolean withIdentifiers)(Code) | | See Also: org.andromda.metafacades.uml.Entity.getRequiredPropertyTypeList(booleanboolean) |
handleGetSchema | protected String handleGetSchema()(Code) | | See Also: org.andromda.metafacades.uml.Entity.getSchema |
handleGetTableName | protected String handleGetTableName()(Code) | | See Also: org.andromda.metafacades.uml.Entity.getTableName |
handleIsChild | protected boolean handleIsChild()(Code) | | See Also: org.andromda.metafacades.uml.Entity.isChild |
handleIsCompositeIdentifier | protected boolean handleIsCompositeIdentifier()(Code) | | See Also: org.andromda.metafacades.uml.Entity.isCompositeIdentifier |
handleIsDynamicIdentifiersPresent | protected boolean handleIsDynamicIdentifiersPresent()(Code) | | See Also: org.andromda.metafacades.uml.Entity.isDynamicIdentifiersPresent |
handleIsIdentifiersPresent | protected boolean handleIsIdentifiersPresent()(Code) | | See Also: org.andromda.metafacades.uml.Entity.isIdentifiersPresent |
handleIsUsingAssignedIdentifier | protected boolean handleIsUsingAssignedIdentifier()(Code) | | See Also: org.andromda.metafacades.uml.Entity.isUsingAssignedIdentifier |
handleIsUsingForeignIdentifier | protected boolean handleIsUsingForeignIdentifier()(Code) | | See Also: org.andromda.metafacades.emf.uml2.EntityLogic.handleIsUsingForeignIdentifier |
|
|