public abstract class JSFManageableEntityAttributeLogic extends MetafacadeBase implements JSFManageableEntityAttribute
JSFManageableEntityAttribute
,
Serialized FormModifier and Type | Field and Description |
---|---|
protected Object |
metaObject
The underlying UML object
|
contextRoot, logger
Modifier | Constructor and Description |
---|---|
protected |
JSFManageableEntityAttributeLogic(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 |
getBackingListName()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFManageableEntityAttribute.backingListName
|
String |
getBindedFullyQualifiedName(ModelElementFacade bindedElement)
Returns the fully qualified name of the model element.
|
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.
|
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 |
getDateFormat()
The String format to use when referring to this date, only makes sense when the type is a
date type.
|
String |
getDateFormatter()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFManageableEntityAttribute.dateFormatter
|
String |
getDefaultDateFormat()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFManageableEntityAttribute.defaultDateFormat
|
String |
getDefaultTimeFormat()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFManageableEntityAttribute.defaultTimeFormat
|
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.
|
String |
getDummyValue()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFManageableEntityAttribute.dummyValue
|
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 |
getEnumerationValue()
The value for this attribute if it is an enumeration literal, null otherwise.
|
String |
getFormat()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFManageableEntityAttribute.format
|
String |
getFormPropertyId(ParameterFacade ownerParameter)
Gets the unique id of this attribute on the form.
|
String |
getFormPropertyName(ParameterFacade ownerParameter)
Retrieves the name of the form property for this attribute by taking the name of the owner
property.
|
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
'/'.
|
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.
|
String |
getInputTableIdentifierColumns()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFManageableEntityAttribute.inputTableIdentifierColumns
|
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.
|
String |
getLabelListName()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFManageableEntityAttribute.labelListName
|
TypeMappings |
getLanguageMappings()
The language mappings that have been set for this model element.
|
int |
getLower()
the lower value for the multiplicity
-only applicable for UML2
|
String |
getMaxLength()
The max length allowed in the input component
|
String |
getMessageKey()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFManageableEntityAttribute.messageKey
|
String |
getMessageValue()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFManageableEntityAttribute.messageValue
|
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 |
getOnlineHelpKey()
The key to lookup the online help documentation.
|
String |
getOnlineHelpValue()
The online help documentation.
|
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.
|
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 |
getTimeFormatter()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFManageableEntityAttribute.timeFormatter
|
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() |
Collection |
getValidatorArgs(String validatorType)
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFManageableEntityAttribute.getValidatorArgs
|
Collection |
getValidatorTypes()
All validator types for this attribute.
|
Collection |
getValidatorVars()
The validator variables.
|
String |
getValidWhen()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFManageableEntityAttribute.validWhen
|
String |
getValueListDummyValue()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFManageableEntityAttribute.valueListDummyValue
|
String |
getValueListName()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFManageableEntityAttribute.valueListName
|
String |
getVisibility()
The visibility (i.e.
|
String |
getWidgetType()
The widget to use when rendering this attribute
|
protected abstract String |
handleGetBackingListName() |
protected abstract String |
handleGetDateFormat() |
protected abstract String |
handleGetDateFormatter() |
protected abstract String |
handleGetDefaultDateFormat() |
protected abstract String |
handleGetDefaultTimeFormat() |
protected abstract String |
handleGetDummyValue() |
protected abstract String |
handleGetFormat() |
protected abstract String |
handleGetFormPropertyId(ParameterFacade ownerParameter)
Method to be implemented in descendants
Gets the unique id of this attribute on the form.
|
protected abstract String |
handleGetFormPropertyName(ParameterFacade ownerParameter)
Method to be implemented in descendants
Retrieves the name of the form property for this attribute by taking the name of the owner
property.
|
protected abstract String |
handleGetInputTableIdentifierColumns() |
protected abstract String |
handleGetLabelListName() |
protected abstract String |
handleGetMaxLength() |
protected abstract String |
handleGetMessageKey() |
protected abstract String |
handleGetMessageValue() |
protected abstract String |
handleGetOnlineHelpKey() |
protected abstract String |
handleGetOnlineHelpValue() |
protected abstract String |
handleGetTimeFormatter() |
protected abstract Collection |
handleGetValidatorArgs(String validatorType)
Method to be implemented in descendants
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFManageableEntityAttribute.getValidatorArgs
|
protected abstract Collection |
handleGetValidatorTypes() |
protected abstract Collection |
handleGetValidatorVars() |
protected abstract String |
handleGetValidWhen() |
protected abstract String |
handleGetValueListDummyValue() |
protected abstract String |
handleGetValueListName() |
protected abstract String |
handleGetWidgetType() |
protected abstract boolean |
handleIsEditable() |
protected abstract boolean |
handleIsEqualValidator() |
protected abstract boolean |
handleIsHidden() |
protected abstract boolean |
handleIsInputCheckbox() |
protected abstract boolean |
handleIsInputFile() |
protected abstract boolean |
handleIsInputHidden() |
protected abstract boolean |
handleIsInputMultibox() |
protected abstract boolean |
handleIsInputRadio() |
protected abstract boolean |
handleIsInputSecret() |
protected abstract boolean |
handleIsInputSelect() |
protected abstract boolean |
handleIsInputTable() |
protected abstract boolean |
handleIsInputText() |
protected abstract boolean |
handleIsInputTextarea() |
protected abstract boolean |
handleIsInputTypePresent() |
protected abstract boolean |
handleIsNeedsFileUpload() |
protected abstract boolean |
handleIsPlaintext() |
protected abstract boolean |
handleIsStrictDateFormat() |
protected abstract boolean |
handleIsValidationRequired() |
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 |
isConstraintsPresent()
Indicates if any constraints are present on this model element.
|
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 |
isEditable()
Whether or not this attribute should be put in the view
|
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 |
isEqualValidator()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFManageableEntityAttribute.equalValidator
|
boolean |
isHidden()
Whether or not this attribute should be hidden from the view
|
boolean |
isIdentifier()
True if this attribute is an identifier for its entity.
|
boolean |
isInputCheckbox()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFManageableEntityAttribute.inputCheckbox
|
boolean |
isInputFile()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFManageableEntityAttribute.inputFile
|
boolean |
isInputHidden()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFManageableEntityAttribute.inputHidden
|
boolean |
isInputMultibox()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFManageableEntityAttribute.inputMultibox
|
boolean |
isInputRadio()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFManageableEntityAttribute.inputRadio
|
boolean |
isInputSecret()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFManageableEntityAttribute.inputSecret
|
boolean |
isInputSelect()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFManageableEntityAttribute.inputSelect
|
boolean |
isInputTable()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFManageableEntityAttribute.inputTable
|
boolean |
isInputText()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFManageableEntityAttribute.inputText
|
boolean |
isInputTextarea()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFManageableEntityAttribute.inputTextarea
|
boolean |
isInputTypePresent()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFManageableEntityAttribute.inputTypePresent
|
boolean |
isJSFManageableEntityAttributeMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
boolean |
isLeaf()
IsLeaf property in the operation.
|
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 |
isNeedsFileUpload()
True if this attribute is of a type that cannot easily be represented as a textual string and
would be an ideal candidate for HTTP's support for file-upload.
|
boolean |
isOrdered()
Indicates whether or not the attributes are ordered (if multiplicity is greater than 1).
|
boolean |
isPlaintext()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFManageableEntityAttribute.plaintext
|
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 |
isStrictDateFormat()
True if this field is a date type and the date format is not be interpreted strictly.
|
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 |
isValidationRequired()
Indicates whether or not this attribute requires some kind of validation (the collection of
validator types is not empty).
|
boolean |
isValidIdentifierName()
True if this element name is a valid identifier name in Java, C#, ANSI or ISO C, C++,
JavaScript.
|
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, validate
protected Object metaObject
Object
protected JSFManageableEntityAttributeLogic(Object metaObjectIn, String context)
metaObjectIn
- context
- public void resetMetafacadeContext(String context)
resetMetafacadeContext
in class MetafacadeBase
context
- MetafacadeBase.resetMetafacadeContext(String context)
public boolean isJSFManageableEntityAttributeMetaType()
JSFManageableEntityAttribute
isJSFManageableEntityAttributeMetaType
in interface JSFManageableEntityAttribute
JSFManageableEntityAttribute
protected abstract String handleGetMessageKey()
JSFManageableEntityAttribute.getMessageKey()
public final String getMessageKey()
getMessageKey
in interface JSFManageableEntityAttribute
protected abstract String handleGetMessageValue()
JSFManageableEntityAttribute.getMessageValue()
public final String getMessageValue()
getMessageValue
in interface JSFManageableEntityAttribute
protected abstract String handleGetDateFormat()
JSFManageableEntityAttribute.getDateFormat()
public final String getDateFormat()
getDateFormat
in interface JSFManageableEntityAttribute
protected abstract boolean handleIsNeedsFileUpload()
JSFManageableEntityAttribute.isNeedsFileUpload()
public final boolean isNeedsFileUpload()
isNeedsFileUpload
in interface JSFManageableEntityAttribute
protected abstract boolean handleIsHidden()
JSFManageableEntityAttribute.isHidden()
public final boolean isHidden()
isHidden
in interface JSFManageableEntityAttribute
protected abstract String handleGetWidgetType()
JSFManageableEntityAttribute.getWidgetType()
public final String getWidgetType()
getWidgetType
in interface JSFManageableEntityAttribute
protected abstract boolean handleIsStrictDateFormat()
JSFManageableEntityAttribute.isStrictDateFormat()
public final boolean isStrictDateFormat()
isStrictDateFormat
in interface JSFManageableEntityAttribute
protected abstract String handleGetOnlineHelpKey()
JSFManageableEntityAttribute.getOnlineHelpKey()
public final String getOnlineHelpKey()
getOnlineHelpKey
in interface JSFManageableEntityAttribute
protected abstract String handleGetOnlineHelpValue()
JSFManageableEntityAttribute.getOnlineHelpValue()
public final String getOnlineHelpValue()
getOnlineHelpValue
in interface JSFManageableEntityAttribute
protected abstract String handleGetFormat()
JSFManageableEntityAttribute.getFormat()
public final String getFormat()
getFormat
in interface JSFManageableEntityAttribute
protected abstract String handleGetDefaultDateFormat()
JSFManageableEntityAttribute.getDefaultDateFormat()
public final String getDefaultDateFormat()
getDefaultDateFormat
in interface JSFManageableEntityAttribute
protected abstract String handleGetDefaultTimeFormat()
JSFManageableEntityAttribute.getDefaultTimeFormat()
public final String getDefaultTimeFormat()
getDefaultTimeFormat
in interface JSFManageableEntityAttribute
protected abstract String handleGetDateFormatter()
JSFManageableEntityAttribute.getDateFormatter()
public final String getDateFormatter()
getDateFormatter
in interface JSFManageableEntityAttribute
protected abstract String handleGetTimeFormatter()
JSFManageableEntityAttribute.getTimeFormatter()
public final String getTimeFormatter()
getTimeFormatter
in interface JSFManageableEntityAttribute
protected abstract String handleGetBackingListName()
JSFManageableEntityAttribute.getBackingListName()
public final String getBackingListName()
getBackingListName
in interface JSFManageableEntityAttribute
protected abstract String handleGetValueListName()
JSFManageableEntityAttribute.getValueListName()
public final String getValueListName()
getValueListName
in interface JSFManageableEntityAttribute
protected abstract String handleGetLabelListName()
JSFManageableEntityAttribute.getLabelListName()
public final String getLabelListName()
getLabelListName
in interface JSFManageableEntityAttribute
protected abstract Collection handleGetValidatorTypes()
JSFManageableEntityAttribute.getValidatorTypes()
public final Collection getValidatorTypes()
getValidatorTypes
in interface JSFManageableEntityAttribute
protected abstract boolean handleIsValidationRequired()
JSFManageableEntityAttribute.isValidationRequired()
public final boolean isValidationRequired()
isValidationRequired
in interface JSFManageableEntityAttribute
protected abstract String handleGetValidWhen()
JSFManageableEntityAttribute.getValidWhen()
public final String getValidWhen()
getValidWhen
in interface JSFManageableEntityAttribute
protected abstract boolean handleIsInputCheckbox()
JSFManageableEntityAttribute.isInputCheckbox()
public final boolean isInputCheckbox()
isInputCheckbox
in interface JSFManageableEntityAttribute
protected abstract boolean handleIsInputFile()
JSFManageableEntityAttribute.isInputFile()
public final boolean isInputFile()
isInputFile
in interface JSFManageableEntityAttribute
protected abstract boolean handleIsInputHidden()
JSFManageableEntityAttribute.isInputHidden()
public final boolean isInputHidden()
isInputHidden
in interface JSFManageableEntityAttribute
protected abstract boolean handleIsInputMultibox()
JSFManageableEntityAttribute.isInputMultibox()
public final boolean isInputMultibox()
isInputMultibox
in interface JSFManageableEntityAttribute
protected abstract boolean handleIsInputRadio()
JSFManageableEntityAttribute.isInputRadio()
public final boolean isInputRadio()
isInputRadio
in interface JSFManageableEntityAttribute
protected abstract boolean handleIsInputSecret()
JSFManageableEntityAttribute.isInputSecret()
public final boolean isInputSecret()
isInputSecret
in interface JSFManageableEntityAttribute
protected abstract boolean handleIsInputSelect()
JSFManageableEntityAttribute.isInputSelect()
public final boolean isInputSelect()
isInputSelect
in interface JSFManageableEntityAttribute
protected abstract boolean handleIsInputTable()
JSFManageableEntityAttribute.isInputTable()
public final boolean isInputTable()
isInputTable
in interface JSFManageableEntityAttribute
protected abstract String handleGetInputTableIdentifierColumns()
JSFManageableEntityAttribute.getInputTableIdentifierColumns()
public final String getInputTableIdentifierColumns()
getInputTableIdentifierColumns
in interface JSFManageableEntityAttribute
protected abstract boolean handleIsInputText()
JSFManageableEntityAttribute.isInputText()
public final boolean isInputText()
isInputText
in interface JSFManageableEntityAttribute
protected abstract boolean handleIsInputTextarea()
JSFManageableEntityAttribute.isInputTextarea()
public final boolean isInputTextarea()
isInputTextarea
in interface JSFManageableEntityAttribute
protected abstract boolean handleIsInputTypePresent()
JSFManageableEntityAttribute.isInputTypePresent()
public final boolean isInputTypePresent()
isInputTypePresent
in interface JSFManageableEntityAttribute
protected abstract String handleGetDummyValue()
JSFManageableEntityAttribute.getDummyValue()
public final String getDummyValue()
getDummyValue
in interface JSFManageableEntityAttribute
protected abstract boolean handleIsEqualValidator()
JSFManageableEntityAttribute.isEqualValidator()
public final boolean isEqualValidator()
isEqualValidator
in interface JSFManageableEntityAttribute
protected abstract boolean handleIsPlaintext()
JSFManageableEntityAttribute.isPlaintext()
public final boolean isPlaintext()
isPlaintext
in interface JSFManageableEntityAttribute
protected abstract String handleGetValueListDummyValue()
JSFManageableEntityAttribute.getValueListDummyValue()
public final String getValueListDummyValue()
getValueListDummyValue
in interface JSFManageableEntityAttribute
protected abstract Collection handleGetValidatorVars()
JSFManageableEntityAttribute.getValidatorVars()
public final Collection getValidatorVars()
getValidatorVars
in interface JSFManageableEntityAttribute
protected abstract String handleGetMaxLength()
JSFManageableEntityAttribute.getMaxLength()
public final String getMaxLength()
getMaxLength
in interface JSFManageableEntityAttribute
protected abstract boolean handleIsEditable()
JSFManageableEntityAttribute.isEditable()
public final boolean isEditable()
isEditable
in interface JSFManageableEntityAttribute
protected abstract Collection handleGetValidatorArgs(String validatorType)
validatorType
- public Collection getValidatorArgs(String validatorType)
getValidatorArgs
in interface JSFManageableEntityAttribute
validatorType
- String
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFManageableEntityAttribute.getValidatorArgs(validatorType)protected abstract String handleGetFormPropertyId(ParameterFacade ownerParameter)
ownerParameter
- public String getFormPropertyId(ParameterFacade ownerParameter)
getFormPropertyId
in interface JSFManageableEntityAttribute
ownerParameter
- ParameterFacade
The parameter that is the owner of this attribute.protected abstract String handleGetFormPropertyName(ParameterFacade ownerParameter)
ownerParameter
- public String getFormPropertyName(ParameterFacade ownerParameter)
getFormPropertyName
in interface JSFManageableEntityAttribute
ownerParameter
- ParameterFacade
The parent that is the owner of this parameter.public boolean isManageableEntityAttributeMetaType()
isManageableEntityAttributeMetaType
in interface ManageableEntityAttribute
ManageableEntityAttribute
public boolean isEntityAttributeMetaType()
isEntityAttributeMetaType
in interface EntityAttribute
EntityAttribute
public boolean isAttributeFacadeMetaType()
isAttributeFacadeMetaType
in interface AttributeFacade
AttributeFacade
public boolean isModelElementFacadeMetaType()
isModelElementFacadeMetaType
in interface ModelElementFacade
ModelElementFacade
public Object findTaggedValue(String name, boolean follow)
findTaggedValue
in interface AttributeFacade
AttributeFacade.findTaggedValue(String name, boolean follow)
public String getDefaultValue()
getDefaultValue
in interface AttributeFacade
AttributeFacade.getDefaultValue()
public EnumerationFacade getEnumeration()
getEnumeration
in interface AttributeFacade
AttributeFacade.getEnumeration()
public String getEnumerationLiteralParameters()
getEnumerationLiteralParameters
in interface AttributeFacade
AttributeFacade.getEnumerationLiteralParameters()
public String getEnumerationValue()
getEnumerationValue
in interface AttributeFacade
AttributeFacade.getEnumerationValue()
public String getGetterName()
getGetterName
in interface AttributeFacade
AttributeFacade.getGetterName()
public String getGetterSetterTypeName()
getGetterSetterTypeName
in interface AttributeFacade
AttributeFacade.getGetterSetterTypeName()
public int getLower()
getLower
in interface AttributeFacade
AttributeFacade.getLower()
public ClassifierFacade getOwner()
getOwner
in interface AttributeFacade
AttributeFacade.getOwner()
public String getSetterName()
getSetterName
in interface AttributeFacade
AttributeFacade.getSetterName()
public ClassifierFacade getType()
getType
in interface AttributeFacade
AttributeFacade.getType()
public int getUpper()
getUpper
in interface AttributeFacade
AttributeFacade.getUpper()
public boolean isAddOnly()
isAddOnly
in interface AttributeFacade
AttributeFacade.isAddOnly()
public boolean isChangeable()
isChangeable
in interface AttributeFacade
AttributeFacade.isChangeable()
public boolean isDefaultValuePresent()
isDefaultValuePresent
in interface AttributeFacade
AttributeFacade.isDefaultValuePresent()
public boolean isDerived()
isDerived
in interface AttributeFacade
AttributeFacade.isDerived()
public boolean isEnumerationLiteral()
isEnumerationLiteral
in interface AttributeFacade
AttributeFacade.isEnumerationLiteral()
public boolean isEnumerationLiteralParametersExist()
isEnumerationLiteralParametersExist
in interface AttributeFacade
AttributeFacade.isEnumerationLiteralParametersExist()
public boolean isEnumerationMember()
isEnumerationMember
in interface AttributeFacade
AttributeFacade.isEnumerationMember()
public boolean isLeaf()
isLeaf
in interface AttributeFacade
AttributeFacade.isLeaf()
public boolean isMany()
isMany
in interface AttributeFacade
AttributeFacade.isMany()
public boolean isOrdered()
isOrdered
in interface AttributeFacade
AttributeFacade.isOrdered()
public boolean isReadOnly()
isReadOnly
in interface AttributeFacade
AttributeFacade.isReadOnly()
public boolean isRequired()
isRequired
in interface AttributeFacade
AttributeFacade.isRequired()
public boolean isStatic()
isStatic
in interface AttributeFacade
AttributeFacade.isStatic()
public boolean isUnique()
isUnique
in interface AttributeFacade
AttributeFacade.isUnique()
public String getColumnIndex()
getColumnIndex
in interface EntityAttribute
EntityAttribute.getColumnIndex()
public String getColumnLength()
getColumnLength
in interface EntityAttribute
EntityAttribute.getColumnLength()
public String getColumnName()
getColumnName
in interface EntityAttribute
EntityAttribute.getColumnName()
public TypeMappings getJdbcMappings()
getJdbcMappings
in interface EntityAttribute
EntityAttribute.getJdbcMappings()
public String getJdbcType()
getJdbcType
in interface EntityAttribute
EntityAttribute.getJdbcType()
public TypeMappings getSqlMappings()
getSqlMappings
in interface EntityAttribute
EntityAttribute.getSqlMappings()
public String getSqlType()
getSqlType
in interface EntityAttribute
EntityAttribute.getSqlType()
public String getUniqueGroup()
getUniqueGroup
in interface EntityAttribute
EntityAttribute.getUniqueGroup()
public boolean isIdentifier()
isIdentifier
in interface EntityAttribute
EntityAttribute.isIdentifier()
public boolean isTransient()
isTransient
in interface EntityAttribute
EntityAttribute.isTransient()
public boolean isDisplay()
isDisplay
in interface ManageableEntityAttribute
ManageableEntityAttribute.isDisplay()
public boolean isManageableGetterAvailable()
isManageableGetterAvailable
in interface ManageableEntityAttribute
ManageableEntityAttribute.isManageableGetterAvailable()
public void copyTaggedValues(ModelElementFacade element)
copyTaggedValues
in interface ModelElementFacade
ModelElementFacade.copyTaggedValues(ModelElementFacade element)
public Object findTaggedValue(String tagName)
findTaggedValue
in interface ModelElementFacade
ModelElementFacade.findTaggedValue(String tagName)
public Collection<Object> findTaggedValues(String tagName)
findTaggedValues
in interface ModelElementFacade
ModelElementFacade.findTaggedValues(String tagName)
public String getBindedFullyQualifiedName(ModelElementFacade bindedElement)
getBindedFullyQualifiedName
in interface ModelElementFacade
ModelElementFacade.getBindedFullyQualifiedName(ModelElementFacade bindedElement)
public Collection<ConstraintFacade> getConstraints()
getConstraints
in interface ModelElementFacade
ModelElementFacade.getConstraints()
public Collection<ConstraintFacade> getConstraints(String kind)
getConstraints
in interface ModelElementFacade
ModelElementFacade.getConstraints(String kind)
public String getDocumentation(String indent)
getDocumentation(indent, 64)
.getDocumentation
in interface ModelElementFacade
ModelElementFacade.getDocumentation(String indent)
public String getDocumentation(String indent, int lineLength)
getDocumentation(indent, lineLength, true)
.getDocumentation
in interface ModelElementFacade
ModelElementFacade.getDocumentation(String indent, int lineLength)
public String getDocumentation(String indent, int lineLength, boolean htmlStyle)
getDocumentation
in interface ModelElementFacade
ModelElementFacade.getDocumentation(String indent, int lineLength, boolean htmlStyle)
public String getFullyQualifiedName()
getFullyQualifiedName
in interface ModelElementFacade
ModelElementFacade.getFullyQualifiedName()
public String getFullyQualifiedName(boolean modelName)
getFullyQualifiedName
in interface ModelElementFacade
ModelElementFacade.getFullyQualifiedName(boolean modelName)
public String getFullyQualifiedNamePath()
getFullyQualifiedNamePath
in interface ModelElementFacade
ModelElementFacade.getFullyQualifiedNamePath()
public String getId()
getId
in interface ModelElementFacade
ModelElementFacade.getId()
public Collection<String> getKeywords()
getKeywords
in interface ModelElementFacade
ModelElementFacade.getKeywords()
public String getLabel()
getLabel
in interface ModelElementFacade
ModelElementFacade.getLabel()
public TypeMappings getLanguageMappings()
getLanguageMappings
in interface ModelElementFacade
ModelElementFacade.getLanguageMappings()
public ModelFacade getModel()
getModel
in interface ModelElementFacade
ModelElementFacade.getModel()
public String getName()
getName
in interface ModelElementFacade
ModelElementFacade.getName()
public ModelElementFacade getPackage()
getPackage
in interface ModelElementFacade
ModelElementFacade.getPackage()
public String getPackageName()
getPackageName
in interface ModelElementFacade
ModelElementFacade.getPackageName()
public String getPackageName(boolean modelName)
getPackageName
in interface ModelElementFacade
ModelElementFacade.getPackageName(boolean modelName)
public String getPackagePath()
getPackagePath
in interface ModelElementFacade
ModelElementFacade.getPackagePath()
public String getQualifiedName()
getQualifiedName
in interface ModelElementFacade
ModelElementFacade.getQualifiedName()
public PackageFacade getRootPackage()
getRootPackage
in interface ModelElementFacade
ModelElementFacade.getRootPackage()
public Collection<DependencyFacade> getSourceDependencies()
getSourceDependencies
in interface ModelElementFacade
ModelElementFacade.getSourceDependencies()
public StateMachineFacade getStateMachineContext()
getStateMachineContext
in interface ModelElementFacade
ModelElementFacade.getStateMachineContext()
public Collection<String> getStereotypeNames()
getStereotypeNames
in interface ModelElementFacade
ModelElementFacade.getStereotypeNames()
public Collection<StereotypeFacade> getStereotypes()
getStereotypes
in interface ModelElementFacade
ModelElementFacade.getStereotypes()
public Collection<TaggedValueFacade> getTaggedValues()
getTaggedValues
in interface ModelElementFacade
ModelElementFacade.getTaggedValues()
public Collection<DependencyFacade> getTargetDependencies()
getTargetDependencies
in interface ModelElementFacade
ModelElementFacade.getTargetDependencies()
public Object getTemplateParameter(String parameterName)
getTemplateParameter
in interface ModelElementFacade
ModelElementFacade.getTemplateParameter(String parameterName)
public Collection<TemplateParameterFacade> getTemplateParameters()
getTemplateParameters
in interface ModelElementFacade
ModelElementFacade.getTemplateParameters()
public String getVisibility()
getVisibility
in interface ModelElementFacade
ModelElementFacade.getVisibility()
public boolean hasExactStereotype(String stereotypeName)
hasExactStereotype
in interface ModelElementFacade
ModelElementFacade.hasExactStereotype(String stereotypeName)
public boolean hasKeyword(String keywordName)
hasKeyword
in interface ModelElementFacade
ModelElementFacade.hasKeyword(String keywordName)
public boolean hasStereotype(String stereotypeName)
hasStereotype
in interface ModelElementFacade
ModelElementFacade.hasStereotype(String stereotypeName)
public boolean isBindingDependenciesPresent()
isBindingDependenciesPresent
in interface ModelElementFacade
ModelElementFacade.isBindingDependenciesPresent()
public boolean isConstraintsPresent()
isConstraintsPresent
in interface ModelElementFacade
ModelElementFacade.isConstraintsPresent()
public boolean isDocumentationPresent()
isDocumentationPresent
in interface ModelElementFacade
ModelElementFacade.isDocumentationPresent()
public boolean isReservedWord()
isReservedWord
in interface ModelElementFacade
ModelElementFacade.isReservedWord()
public boolean isTemplateParametersPresent()
isTemplateParametersPresent
in interface ModelElementFacade
ModelElementFacade.isTemplateParametersPresent()
public boolean isValidIdentifierName()
isValidIdentifierName
in interface ModelElementFacade
ModelElementFacade.isValidIdentifierName()
public String translateConstraint(String name, String translation)
translateConstraint
in interface ModelElementFacade
ModelElementFacade.translateConstraint(String name, String translation)
public String[] translateConstraints(String translation)
translateConstraints
in interface ModelElementFacade
ModelElementFacade.translateConstraints(String translation)
public String[] translateConstraints(String kind, String translation)
translateConstraints
in interface ModelElementFacade
ModelElementFacade.translateConstraints(String kind, String translation)
public void initialize()
initialize
in interface ModelElementFacade
initialize
in class MetafacadeBase
MetafacadeBase.initialize()
public Object getValidationOwner()
getValidationOwner
in interface ModelElementFacade
getValidationOwner
in class MetafacadeBase
MetafacadeBase.getValidationOwner()
public String getValidationName()
getValidationName
in interface ModelElementFacade
getValidationName
in class MetafacadeBase
MetafacadeBase.getValidationName()
public void validateInvariants(Collection<ModelValidationMessage> validationMessages)
validateInvariants
in interface ModelElementFacade
validateInvariants
in class MetafacadeBase
validationMessages
- CollectionMetafacadeBase.validateInvariants(Collection validationMessages)
public String toString()
toString
in class MetafacadeBase
Object.toString()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.