public abstract class EJB3ManageableEntityAttributeFacadeLogic extends MetafacadeBase implements EJB3ManageableEntityAttributeFacade
| Modifier and Type | Field and Description |
|---|---|
protected Object |
metaObject
The underlying UML object
|
contextRoot, logger| Modifier | Constructor and Description |
|---|---|
protected |
EJB3ManageableEntityAttributeFacadeLogic(Object metaObjectIn,
String context)
Create Metafacade implementation instance using the MetafacadeFactory from the context
|
| Modifier and Type | Method and Description |
|---|---|
void |
copyTaggedValues(ModelElementFacade element)
Copies all tagged values from the given ModelElementFacade to this model element facade.
|
Object |
findTaggedValue(String tagName)
Finds the tagged value with the specified 'tagName'.
|
Object |
findTaggedValue(String name,
boolean follow)
Searches the given feature for the specified tag.
|
Collection<Object> |
findTaggedValues(String tagName)
Returns all the values for the tagged value with the specified name.
|
String |
getBindedFullyQualifiedName(ModelElementFacade bindedElement)
Returns the fully qualified name of the model element.
|
String |
getColumnDefinition()
Defines the column definition DDL used when creating table schema - use to override default
container DDL.
|
String |
getColumnIndex()
The name of the index to create on a column that persists the entity attribute.
|
String |
getColumnLength()
The length of the column that persists this entity attribute.
|
String |
getColumnName()
The name of the table column to which this entity is mapped.
|
String |
getColumnPrecision()
Set the column precision value.
|
String |
getColumnScale()
Column scale use denotes the decimal precision.
|
Collection<ConstraintFacade> |
getConstraints()
Gets all constraints belonging to the model element.
|
Collection<ConstraintFacade> |
getConstraints(String kind)
Returns the constraints of the argument kind that have been placed onto this model.
|
String |
getDefaultValue()
The default value of the attribute.
|
String |
getDocumentation(String indent)
Gets the documentation for the model element, The indent argument is prefixed to each line.
|
String |
getDocumentation(String indent,
int lineLength)
This method returns the documentation for this model element, with the lines wrapped after
the specified number of characters, values of less than 1 will indicate no line wrapping is
required.
|
String |
getDocumentation(String indent,
int lineLength,
boolean htmlStyle)
This method returns the documentation for this model element, with the lines wrapped after
the specified number of characters, values of less than 1 will indicate no line wrapping is
required.
|
EnumerationFacade |
getEnumeration()
If the attribute is an enumeration literal this represents the owning enumeration.
|
String |
getEnumerationLiteralParameters()
Returns the enumeration literal parameters defined by tagged value as a comma separated list.
|
String |
getEnumerationType()
Returns the persistent property/field enumeration type.
|
String |
getEnumerationValue()
The value for this attribute if it is an enumeration literal, null otherwise.
|
String |
getFetchType()
Gets the fetch type for this attribute.
|
String |
getFullyQualifiedName()
The fully qualified name of this model element.
|
String |
getFullyQualifiedName(boolean modelName)
Returns the fully qualified name of the model element.
|
String |
getFullyQualifiedNamePath()
Returns the fully qualified name as a path, the returned value always starts with out a slash
'/'.
|
int |
getGeneratorAllocationSize()
Returns the amount to increment the generator value when allocating id numbers.
|
String |
getGeneratorGenericStrategy()
Returns the org.hibernate.annotations.GenericGenerator strategy either a predefined Hibernate
strategy or a fully qualified class name.
|
int |
getGeneratorInitialValue()
Returns the inital value assigned when allocating ids from the specified generator.
|
String |
getGeneratorName()
Return the name for the generator, if one exists and should exists for SequenceGenerator and
TableGenerator, which can be reference by the id for its generator.
|
String |
getGeneratorPkColumnValue()
Returns the name of the primary key value in the generator table assigned to this set of
generated values.
|
String |
getGeneratorSourceName()
Returns the sequence name or table name for the generator depending on the generator type
specified.
|
String |
getGeneratorType()
Determine the generator type for the Id annotation on the entity attribute - the PK strategy.
|
String |
getGetterName()
The name of the accessor operation that would retrieve this attribute's value.
|
String |
getGetterSetterTypeName()
The name of the type that is returned on the accessor and mutator operations, determined in
part by the multiplicity.
|
String |
getId()
Gets the unique identifier of the underlying model element.
|
TypeMappings |
getJdbcMappings()
The PIM to language specific mappings for JDBC.
|
String |
getJdbcType()
The JDBC type for this entity attribute.
|
Collection<String> |
getKeywords()
UML2: Retrieves the keywords for this element.
|
String |
getLabel()
UML2: Retrieves a localized label for this named element.
|
TypeMappings |
getLanguageMappings()
The language mappings that have been set for this model element.
|
String |
getLobType()
Returns the user overridden lob type for this property.
|
int |
getLower()
the lower value for the multiplicity
-only applicable for UML2
|
ModelFacade |
getModel()
Return the model containing this model element (multiple models may be loaded and processed
at the same time).
|
String |
getName()
The name of the model element.
|
String |
getOverrideType()
The overridden hibernate type for the annotation on the entity attribute, to manually specify
a type using the @org.hibernate.annotations.Type or in other persistence provider.
|
ClassifierFacade |
getOwner()
Gets the classifier who is the owner of the attributes.
|
ModelElementFacade |
getPackage()
Gets the package to which this model element belongs.
|
String |
getPackageName()
The name of this model element's package.
|
String |
getPackageName(boolean modelName)
Gets the package name (optionally providing the ability to retrieve the model name and not
the mapped name).
|
String |
getPackagePath()
Returns the package as a path, the returned value always starts with out a slash '/'.
|
String |
getQualifiedName()
UML2: Returns the value of the 'Qualified Name' attribute.
|
PackageFacade |
getRootPackage()
Gets the root package for the model element.
|
String |
getSetterName()
The name of the mutator operation that would retrieve this attribute's value.
|
Collection<DependencyFacade> |
getSourceDependencies()
Gets the dependencies for which this model element is the source.
|
TypeMappings |
getSqlMappings()
The SQL mappings (i.e.
|
String |
getSqlType()
The SQL type for this attribute.
|
StateMachineFacade |
getStateMachineContext()
If this model element is the context of an activity graph, this represents that activity
graph.
|
Collection<String> |
getStereotypeNames()
The collection of ALL stereotype names for this model element.
|
Collection<StereotypeFacade> |
getStereotypes()
Gets all stereotypes for this model element.
|
protected EJB3EntityAttributeFacade |
getSuperEJB3EntityAttributeFacade()
Gets the EJB3EntityAttributeFacade parent instance.
|
protected ManageableEntityAttribute |
getSuperManageableEntityAttribute()
Gets the ManageableEntityAttribute parent instance.
|
Collection<TaggedValueFacade> |
getTaggedValues()
Return the TaggedValues associated with this model element, under all stereotypes.
|
Collection<DependencyFacade> |
getTargetDependencies()
Gets the dependencies for which this model element is the target.
|
Object |
getTemplateParameter(String parameterName)
Get the template parameter for this model element having the parameterName
|
Collection<TemplateParameterFacade> |
getTemplateParameters()
Get the template parameters for this model element
|
String |
getTemporalType()
Returns the temporal type value set via tagged value on attribute if one exists.
|
ClassifierFacade |
getType()
The classifier owning this attribute.
|
String |
getUniqueGroup()
The name of the unique-key that this unique attribute belongs
|
int |
getUpper()
the upper value for the multiplicity (will be -1 for *)
-only applicable for UML2
|
String |
getValidationName() |
Object |
getValidationOwner() |
String |
getVisibility()
The visibility (i.e.
|
boolean |
hasExactStereotype(String stereotypeName)
Returns true if the model element has the exact stereotype (meaning no stereotype inheritance
is taken into account when searching for the stereotype), false otherwise.
|
boolean |
hasKeyword(String keywordName)
Does the UML Element contain the named Keyword? Keywords can be separated by space, comma,
pipe, semicolon, or << >>
|
boolean |
hasStereotype(String stereotypeName)
Returns true if the model element has the specified stereotype.
|
void |
initialize() |
boolean |
isAddOnly()
True if this attribute can only be set.
|
boolean |
isAttributeFacadeMetaType() |
boolean |
isBindingDependenciesPresent()
True if there are target dependencies from this element that are instances of BindingFacade.
|
boolean |
isChangeable()
True if this attribute can be modified.
|
boolean |
isColumnNullable()
Whether the column can be nullable.
|
boolean |
isConstraintsPresent()
Indicates if any constraints are present on this model element.
|
boolean |
isContainsEmbeddedObject()
Returns true if this attribute's type is an embedded value object.
|
boolean |
isDefaultValuePresent()
Indicates if the default value is present.
|
boolean |
isDerived()
If the attribute is derived (its value is computed).
|
boolean |
isDisplay()
Whether or not this attribute should be displayed.
|
boolean |
isDocumentationPresent()
Indicates if any documentation is present on this model element.
|
boolean |
isEager()
Determine if the fetch type for this attribute is eager loading.
|
boolean |
isEJB3EntityAttributeFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
boolean |
isEJB3ManageableEntityAttributeFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
boolean |
isEntityAttributeMetaType() |
boolean |
isEnumerationLiteral()
True if this attribute is owned by an enumeration.
|
boolean |
isEnumerationLiteralParametersExist()
Returns true if enumeration literal parameters exist (defined by tagged value) for the
literal.
|
boolean |
isEnumerationMember()
True if this attribute is owned by an enumeration but is defined as a member variable (NOT a
literal).
|
boolean |
isGeneratorTypeAuto()
Returns true if an auto generator has been assigned to this attribute, false otherwise.
|
boolean |
isGeneratorTypeGeneric()
Returns true if a generic generator has been assigned to this attribute, false otherwise.
|
boolean |
isGeneratorTypeIdentity()
Returns true if an identity generator has been assigned to this attribute, false otherwise.
|
boolean |
isGeneratorTypeNone()
Returns true no generator has been assigned to this attribute, false otherwise.
|
boolean |
isGeneratorTypeSequence()
Returns true if a sequence generator has been assigned to this attribute, false otherwise.
|
boolean |
isGeneratorTypeTable()
Returns true if a table generator has been assigned to this attribute, false otherwise.
|
boolean |
isIdentifier()
True if this attribute is an identifier for its entity.
|
boolean |
isInsertEnabled()
Specifies whether a mapped column should be included in SQL INSERT statements.
|
boolean |
isLazy()
Determine if the fetch type for this attribute is lazy loading.
|
boolean |
isLeaf()
IsLeaf property in the operation.
|
boolean |
isLob()
Returns true if the property type is specified as datatype::Blob or datatype::Clob.
|
boolean |
isManageableEntityAttributeMetaType() |
boolean |
isManageableGetterAvailable()
Whether or not this attribute can be read in a call isolated from the rest (for example when
downloading binary fields).
|
boolean |
isMany()
Whether or not this attribute has a multiplicity greater than 1.
|
boolean |
isModelElementFacadeMetaType() |
boolean |
isOrdered()
Indicates whether or not the attributes are ordered (if multiplicity is greater than 1).
|
boolean |
isReadOnly()
Whether or not this attribute can be modified.
|
boolean |
isRequired()
Whether or not the multiplicity of this attribute is 1.
|
boolean |
isReservedWord()
True if this element name is a reserved word in Java, C#, ANSI or ISO C, C++, JavaScript.
|
boolean |
isStatic()
Indicates if this attribute is 'static', meaning it has a classifier scope.
|
boolean |
isTemplateParametersPresent()
True is there are template parameters on this model element.
|
boolean |
isTransient()
Indicates this attribute should be ignored by the persistence layer.
|
boolean |
isUnique()
If the attribute is unique within the Collection type.
|
boolean |
isUpdateEnabled()
Specifies whether a mapped column should be included in SQL UPDATE statements.
|
boolean |
isValidIdentifierName()
True if this element name is a valid identifier name in Java, C#, ANSI or ISO C, C++,
JavaScript.
|
boolean |
isVersion()
True is this attribute is a version property (optimistic lock value) for this entity class.
|
void |
resetMetafacadeContext(String context)
Reset context only for non-root metafacades
|
String |
toString() |
String |
translateConstraint(String name,
String translation)
Searches for the constraint with the specified 'name' on this model element, and if found
translates it using the specified 'translation' from a translation library discovered by the
framework.
|
String[] |
translateConstraints(String translation)
Translates all constraints belonging to this model element with the given 'translation'.
|
String[] |
translateConstraints(String kind,
String translation)
Translates the constraints of the specified 'kind' belonging to this model element.
|
void |
validateInvariants(Collection<ModelValidationMessage> validationMessages) |
compareTo, equals, getConfiguredProperty, getDebug, getMetafacadeContext, getMetaObject, hashCode, isConfiguredProperty, isMetafacadePropertyCachingEnabled, setMetafacadeContext, setProperty, shieldedElement, shieldedElements, THIS, validateprotected Object metaObject
Objectprotected EJB3ManageableEntityAttributeFacadeLogic(Object metaObjectIn, String context)
metaObjectIn - context - protected EJB3EntityAttributeFacade getSuperEJB3EntityAttributeFacade()
protected ManageableEntityAttribute getSuperManageableEntityAttribute()
public void resetMetafacadeContext(String context)
resetMetafacadeContext in class MetafacadeBasecontext - MetafacadeBase.resetMetafacadeContext(String context)public boolean isEJB3ManageableEntityAttributeFacadeMetaType()
EJB3ManageableEntityAttributeFacadeisEJB3ManageableEntityAttributeFacadeMetaType in interface EJB3ManageableEntityAttributeFacadeEJB3ManageableEntityAttributeFacadepublic boolean isEJB3EntityAttributeFacadeMetaType()
EJB3EntityAttributeFacadeisEJB3EntityAttributeFacadeMetaType in interface EJB3EntityAttributeFacadeEJB3EntityAttributeFacadepublic boolean isManageableEntityAttributeMetaType()
isManageableEntityAttributeMetaType in interface ManageableEntityAttributeManageableEntityAttributepublic boolean isEntityAttributeMetaType()
isEntityAttributeMetaType in interface EntityAttributeEntityAttributepublic boolean isAttributeFacadeMetaType()
isAttributeFacadeMetaType in interface AttributeFacadeAttributeFacadepublic boolean isModelElementFacadeMetaType()
isModelElementFacadeMetaType in interface ModelElementFacadeModelElementFacadepublic String getColumnDefinition()
getColumnDefinition in interface EJB3EntityAttributeFacadeEJB3EntityAttributeFacade.getColumnDefinition()public String getColumnPrecision()
getColumnPrecision in interface EJB3EntityAttributeFacadeEJB3EntityAttributeFacade.getColumnPrecision()public String getColumnScale()
getColumnScale in interface EJB3EntityAttributeFacadeEJB3EntityAttributeFacade.getColumnScale()public String getEnumerationType()
getEnumerationType in interface EJB3EntityAttributeFacadeEJB3EntityAttributeFacade.getEnumerationType()public String getFetchType()
getFetchType in interface EJB3EntityAttributeFacadeEJB3EntityAttributeFacade.getFetchType()public int getGeneratorAllocationSize()
getGeneratorAllocationSize in interface EJB3EntityAttributeFacadeEJB3EntityAttributeFacade.getGeneratorAllocationSize()public String getGeneratorGenericStrategy()
getGeneratorGenericStrategy in interface EJB3EntityAttributeFacadeEJB3EntityAttributeFacade.getGeneratorGenericStrategy()public int getGeneratorInitialValue()
getGeneratorInitialValue in interface EJB3EntityAttributeFacadeEJB3EntityAttributeFacade.getGeneratorInitialValue()public String getGeneratorName()
getGeneratorName in interface EJB3EntityAttributeFacadeEJB3EntityAttributeFacade.getGeneratorName()public String getGeneratorPkColumnValue()
getGeneratorPkColumnValue in interface EJB3EntityAttributeFacadeEJB3EntityAttributeFacade.getGeneratorPkColumnValue()public String getGeneratorSourceName()
getGeneratorSourceName in interface EJB3EntityAttributeFacadeEJB3EntityAttributeFacade.getGeneratorSourceName()public String getGeneratorType()
getGeneratorType in interface EJB3EntityAttributeFacadeEJB3EntityAttributeFacade.getGeneratorType()public String getLobType()
getLobType in interface EJB3EntityAttributeFacadeEJB3EntityAttributeFacade.getLobType()public String getOverrideType()
getOverrideType in interface EJB3EntityAttributeFacadeEJB3EntityAttributeFacade.getOverrideType()public String getTemporalType()
getTemporalType in interface EJB3EntityAttributeFacadeEJB3EntityAttributeFacade.getTemporalType()public boolean isColumnNullable()
isColumnNullable in interface EJB3EntityAttributeFacadeEJB3EntityAttributeFacade.isColumnNullable()public boolean isContainsEmbeddedObject()
isContainsEmbeddedObject in interface EJB3EntityAttributeFacadeEJB3EntityAttributeFacade.isContainsEmbeddedObject()public boolean isEager()
isEager in interface EJB3EntityAttributeFacadeEJB3EntityAttributeFacade.isEager()public boolean isGeneratorTypeAuto()
isGeneratorTypeAuto in interface EJB3EntityAttributeFacadeEJB3EntityAttributeFacade.isGeneratorTypeAuto()public boolean isGeneratorTypeGeneric()
isGeneratorTypeGeneric in interface EJB3EntityAttributeFacadeEJB3EntityAttributeFacade.isGeneratorTypeGeneric()public boolean isGeneratorTypeIdentity()
isGeneratorTypeIdentity in interface EJB3EntityAttributeFacadeEJB3EntityAttributeFacade.isGeneratorTypeIdentity()public boolean isGeneratorTypeNone()
isGeneratorTypeNone in interface EJB3EntityAttributeFacadeEJB3EntityAttributeFacade.isGeneratorTypeNone()public boolean isGeneratorTypeSequence()
isGeneratorTypeSequence in interface EJB3EntityAttributeFacadeEJB3EntityAttributeFacade.isGeneratorTypeSequence()public boolean isGeneratorTypeTable()
isGeneratorTypeTable in interface EJB3EntityAttributeFacadeEJB3EntityAttributeFacade.isGeneratorTypeTable()public boolean isInsertEnabled()
isInsertEnabled in interface EJB3EntityAttributeFacadeEJB3EntityAttributeFacade.isInsertEnabled()public boolean isLazy()
isLazy in interface EJB3EntityAttributeFacadeEJB3EntityAttributeFacade.isLazy()public boolean isLob()
isLob in interface EJB3EntityAttributeFacadeEJB3EntityAttributeFacade.isLob()public boolean isUpdateEnabled()
isUpdateEnabled in interface EJB3EntityAttributeFacadeEJB3EntityAttributeFacade.isUpdateEnabled()public boolean isVersion()
isVersion in interface EJB3EntityAttributeFacadeEJB3EntityAttributeFacade.isVersion()public Object findTaggedValue(String name, boolean follow)
findTaggedValue in interface AttributeFacadeAttributeFacade.findTaggedValue(String name, boolean follow)public String getDefaultValue()
getDefaultValue in interface AttributeFacadeAttributeFacade.getDefaultValue()public EnumerationFacade getEnumeration()
getEnumeration in interface AttributeFacadeAttributeFacade.getEnumeration()public String getEnumerationLiteralParameters()
getEnumerationLiteralParameters in interface AttributeFacadeAttributeFacade.getEnumerationLiteralParameters()public String getEnumerationValue()
getEnumerationValue in interface AttributeFacadeAttributeFacade.getEnumerationValue()public String getGetterName()
getGetterName in interface AttributeFacadeAttributeFacade.getGetterName()public String getGetterSetterTypeName()
getGetterSetterTypeName in interface AttributeFacadeAttributeFacade.getGetterSetterTypeName()public int getLower()
getLower in interface AttributeFacadeAttributeFacade.getLower()public ClassifierFacade getOwner()
getOwner in interface AttributeFacadeAttributeFacade.getOwner()public String getSetterName()
getSetterName in interface AttributeFacadeAttributeFacade.getSetterName()public ClassifierFacade getType()
getType in interface AttributeFacadeAttributeFacade.getType()public int getUpper()
getUpper in interface AttributeFacadeAttributeFacade.getUpper()public boolean isAddOnly()
isAddOnly in interface AttributeFacadeAttributeFacade.isAddOnly()public boolean isChangeable()
isChangeable in interface AttributeFacadeAttributeFacade.isChangeable()public boolean isDefaultValuePresent()
isDefaultValuePresent in interface AttributeFacadeAttributeFacade.isDefaultValuePresent()public boolean isDerived()
isDerived in interface AttributeFacadeAttributeFacade.isDerived()public boolean isEnumerationLiteral()
isEnumerationLiteral in interface AttributeFacadeAttributeFacade.isEnumerationLiteral()public boolean isEnumerationLiteralParametersExist()
isEnumerationLiteralParametersExist in interface AttributeFacadeAttributeFacade.isEnumerationLiteralParametersExist()public boolean isEnumerationMember()
isEnumerationMember in interface AttributeFacadeAttributeFacade.isEnumerationMember()public boolean isLeaf()
isLeaf in interface AttributeFacadeAttributeFacade.isLeaf()public boolean isMany()
isMany in interface AttributeFacadeAttributeFacade.isMany()public boolean isOrdered()
isOrdered in interface AttributeFacadeAttributeFacade.isOrdered()public boolean isReadOnly()
isReadOnly in interface AttributeFacadeAttributeFacade.isReadOnly()public boolean isRequired()
isRequired in interface AttributeFacadeAttributeFacade.isRequired()public boolean isStatic()
isStatic in interface AttributeFacadeAttributeFacade.isStatic()public boolean isUnique()
isUnique in interface AttributeFacadeAttributeFacade.isUnique()public String getColumnIndex()
getColumnIndex in interface EntityAttributeEntityAttribute.getColumnIndex()public String getColumnLength()
getColumnLength in interface EntityAttributeEntityAttribute.getColumnLength()public String getColumnName()
getColumnName in interface EntityAttributeEntityAttribute.getColumnName()public TypeMappings getJdbcMappings()
getJdbcMappings in interface EntityAttributeEntityAttribute.getJdbcMappings()public String getJdbcType()
getJdbcType in interface EntityAttributeEntityAttribute.getJdbcType()public TypeMappings getSqlMappings()
getSqlMappings in interface EntityAttributeEntityAttribute.getSqlMappings()public String getSqlType()
getSqlType in interface EntityAttributeEntityAttribute.getSqlType()public String getUniqueGroup()
getUniqueGroup in interface EntityAttributeEntityAttribute.getUniqueGroup()public boolean isIdentifier()
isIdentifier in interface EntityAttributeEntityAttribute.isIdentifier()public boolean isTransient()
isTransient in interface EntityAttributeEntityAttribute.isTransient()public void copyTaggedValues(ModelElementFacade element)
copyTaggedValues in interface ModelElementFacadeModelElementFacade.copyTaggedValues(ModelElementFacade element)public Object findTaggedValue(String tagName)
findTaggedValue in interface ModelElementFacadeModelElementFacade.findTaggedValue(String tagName)public Collection<Object> findTaggedValues(String tagName)
findTaggedValues in interface ModelElementFacadeModelElementFacade.findTaggedValues(String tagName)public String getBindedFullyQualifiedName(ModelElementFacade bindedElement)
getBindedFullyQualifiedName in interface ModelElementFacadeModelElementFacade.getBindedFullyQualifiedName(ModelElementFacade bindedElement)public Collection<ConstraintFacade> getConstraints()
getConstraints in interface ModelElementFacadeModelElementFacade.getConstraints()public Collection<ConstraintFacade> getConstraints(String kind)
getConstraints in interface ModelElementFacadeModelElementFacade.getConstraints(String kind)public String getDocumentation(String indent)
getDocumentation(indent, 64).getDocumentation in interface ModelElementFacadeModelElementFacade.getDocumentation(String indent)public String getDocumentation(String indent, int lineLength)
getDocumentation(indent, lineLength, true).getDocumentation in interface ModelElementFacadeModelElementFacade.getDocumentation(String indent, int lineLength)public String getDocumentation(String indent, int lineLength, boolean htmlStyle)
getDocumentation in interface ModelElementFacadeModelElementFacade.getDocumentation(String indent, int lineLength, boolean htmlStyle)public String getFullyQualifiedName()
getFullyQualifiedName in interface ModelElementFacadeModelElementFacade.getFullyQualifiedName()public String getFullyQualifiedName(boolean modelName)
getFullyQualifiedName in interface ModelElementFacadeModelElementFacade.getFullyQualifiedName(boolean modelName)public String getFullyQualifiedNamePath()
getFullyQualifiedNamePath in interface ModelElementFacadeModelElementFacade.getFullyQualifiedNamePath()public String getId()
getId in interface ModelElementFacadeModelElementFacade.getId()public Collection<String> getKeywords()
getKeywords in interface ModelElementFacadeModelElementFacade.getKeywords()public String getLabel()
getLabel in interface ModelElementFacadeModelElementFacade.getLabel()public TypeMappings getLanguageMappings()
getLanguageMappings in interface ModelElementFacadeModelElementFacade.getLanguageMappings()public ModelFacade getModel()
getModel in interface ModelElementFacadeModelElementFacade.getModel()public String getName()
getName in interface ModelElementFacadeModelElementFacade.getName()public ModelElementFacade getPackage()
getPackage in interface ModelElementFacadeModelElementFacade.getPackage()public String getPackageName()
getPackageName in interface ModelElementFacadeModelElementFacade.getPackageName()public String getPackageName(boolean modelName)
getPackageName in interface ModelElementFacadeModelElementFacade.getPackageName(boolean modelName)public String getPackagePath()
getPackagePath in interface ModelElementFacadeModelElementFacade.getPackagePath()public String getQualifiedName()
getQualifiedName in interface ModelElementFacadeModelElementFacade.getQualifiedName()public PackageFacade getRootPackage()
getRootPackage in interface ModelElementFacadeModelElementFacade.getRootPackage()public Collection<DependencyFacade> getSourceDependencies()
getSourceDependencies in interface ModelElementFacadeModelElementFacade.getSourceDependencies()public StateMachineFacade getStateMachineContext()
getStateMachineContext in interface ModelElementFacadeModelElementFacade.getStateMachineContext()public Collection<String> getStereotypeNames()
getStereotypeNames in interface ModelElementFacadeModelElementFacade.getStereotypeNames()public Collection<StereotypeFacade> getStereotypes()
getStereotypes in interface ModelElementFacadeModelElementFacade.getStereotypes()public Collection<TaggedValueFacade> getTaggedValues()
getTaggedValues in interface ModelElementFacadeModelElementFacade.getTaggedValues()public Collection<DependencyFacade> getTargetDependencies()
getTargetDependencies in interface ModelElementFacadeModelElementFacade.getTargetDependencies()public Object getTemplateParameter(String parameterName)
getTemplateParameter in interface ModelElementFacadeModelElementFacade.getTemplateParameter(String parameterName)public Collection<TemplateParameterFacade> getTemplateParameters()
getTemplateParameters in interface ModelElementFacadeModelElementFacade.getTemplateParameters()public String getVisibility()
getVisibility in interface ModelElementFacadeModelElementFacade.getVisibility()public boolean hasExactStereotype(String stereotypeName)
hasExactStereotype in interface ModelElementFacadeModelElementFacade.hasExactStereotype(String stereotypeName)public boolean hasKeyword(String keywordName)
hasKeyword in interface ModelElementFacadeModelElementFacade.hasKeyword(String keywordName)public boolean hasStereotype(String stereotypeName)
hasStereotype in interface ModelElementFacadeModelElementFacade.hasStereotype(String stereotypeName)public boolean isBindingDependenciesPresent()
isBindingDependenciesPresent in interface ModelElementFacadeModelElementFacade.isBindingDependenciesPresent()public boolean isConstraintsPresent()
isConstraintsPresent in interface ModelElementFacadeModelElementFacade.isConstraintsPresent()public boolean isDocumentationPresent()
isDocumentationPresent in interface ModelElementFacadeModelElementFacade.isDocumentationPresent()public boolean isReservedWord()
isReservedWord in interface ModelElementFacadeModelElementFacade.isReservedWord()public boolean isTemplateParametersPresent()
isTemplateParametersPresent in interface ModelElementFacadeModelElementFacade.isTemplateParametersPresent()public boolean isValidIdentifierName()
isValidIdentifierName in interface ModelElementFacadeModelElementFacade.isValidIdentifierName()public String translateConstraint(String name, String translation)
translateConstraint in interface ModelElementFacadeModelElementFacade.translateConstraint(String name, String translation)public String[] translateConstraints(String translation)
translateConstraints in interface ModelElementFacadeModelElementFacade.translateConstraints(String translation)public String[] translateConstraints(String kind, String translation)
translateConstraints in interface ModelElementFacadeModelElementFacade.translateConstraints(String kind, String translation)public boolean isDisplay()
isDisplay in interface ManageableEntityAttributeManageableEntityAttribute.isDisplay()public boolean isManageableGetterAvailable()
isManageableGetterAvailable in interface ManageableEntityAttributeManageableEntityAttribute.isManageableGetterAvailable()public void initialize()
initialize in interface ModelElementFacadeinitialize in class MetafacadeBaseMetafacadeBase.initialize()public Object getValidationOwner()
getValidationOwner in interface ModelElementFacadegetValidationOwner in class MetafacadeBaseMetafacadeBase.getValidationOwner()public String getValidationName()
getValidationName in interface ModelElementFacadegetValidationName in class MetafacadeBaseMetafacadeBase.getValidationName()public void validateInvariants(Collection<ModelValidationMessage> validationMessages)
validateInvariants in interface ModelElementFacadevalidateInvariants in class MetafacadeBasevalidationMessages - CollectionMetafacadeBase.validateInvariants(Collection validationMessages)public String toString()
toString in class MetafacadeBaseObject.toString()Copyright © 2006–2014 AndroMDA.org. All rights reserved.