public abstract class JSFParameterLogic extends MetafacadeBase implements JSFParameter
JSFParameter,
Serialized Form| Type | Property and Description |
|---|---|
protected abstract String |
handleGetFormAttributeSet |
protected abstract String |
handleGetTableSortAscending |
protected abstract String |
handleGetTableSortColumn |
| Modifier and Type | Field and Description |
|---|---|
protected Object |
metaObject
The underlying UML object
|
contextRoot| Modifier | Constructor and Description |
|---|---|
protected |
JSFParameterLogic(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'.
|
Collection<Object> |
findTaggedValues(String tagName)
Returns all the values for the tagged value with the specified name.
|
FrontEndAction |
getAction()
The action to which this parameter belongs (if it belongs to an action), otherwise it returns
null.
|
Collection |
getAnnotations()
All the annotations for this parameter.
|
Collection |
getAttributes()
All attributes belonging to this parameter's type.
|
String |
getBackingListName()
The backing list name for this parameter.
|
String |
getBackingValueName()
The name of the backing value for this parameter (only used with collections and arrays that
are input type table).
|
String |
getBindedFullyQualifiedName(ModelElementFacade bindedElement)
Returns the fully qualified name of the model element.
|
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.
|
FrontEndControllerOperation |
getControllerOperation()
Gets the controller operation to which this parameter belongs.
|
String |
getDateFormatter()
The name of the date formatter for this parameter (if this parameter represents a date).
|
String |
getDefaultValue()
TODO: Model Documentation for org.andromda.metafacades.uml.ParameterFacade.defaultValue
|
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 |
getDocumentationKey()
A resource message key suited for the parameter's documentation.
|
String |
getDocumentationValue()
A resource message value suited for the parameter's documentation.
|
String |
getDummyValue()
The dummy value for this parameter.
|
String |
getEffect()
UML2: A representation of the literals of the enumeration 'Parameter Effect Kind': CREATE,
READ, UPDATE, DELETE.
|
EventFacade |
getEvent()
If this parameter is located on an event, this will represent that event.
|
String |
getFormat()
If this parameter represents a date or time this method will return the format in which it
must be represented.
|
String |
getFormAttributeSetProperty()
The name of the property used for indicating whether or not a form attribute has been set at
least once.
|
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 to use for accessors getting this parameter from a bean.
|
String |
getGetterSetterTypeName()
Fully Qualified TypeName, determined in part by multiplicity (for UML2).
|
String |
getGetterSetterTypeNameImpl()
Fully Qualified implementation class of TypeName, determined in part by multiplicity (for
UML2).
|
String |
getId()
Gets the unique identifier of the underlying model element.
|
String |
getInputTableIdentifierColumns()
A comma separated list of the input table identifier columns (these are the columns that
uniquely define a row in an input table).
|
Collection<String> |
getKeywords()
UML2: Retrieves the keywords for this element.
|
String |
getLabel()
UML2: Retrieves a localized label for this named element.
|
String |
getLabelListName()
The name of the label list for this parameter.
|
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()
The default message key for this parameter.
|
String |
getMessageValue()
The default message value for this parameter.
|
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.
|
Collection |
getNavigableAssociationEnds()
All navigation association ends belonging to this parameter's type.
|
OperationFacade |
getOperation()
If this parameter is located on an operation, this will represent that operation.
|
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 to use for accessors getting this parameter in a bean.
|
Collection<DependencyFacade> |
getSourceDependencies()
Gets the dependencies for which this model element is the source.
|
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<String> |
getTableAttributeNames()
A collection of all possible attribute names of a table (this will only work when your table
is modeled as an array..not a collection).
|
List |
getTableColumnActions(String columnName)
Those actions that are targetting the given column, only makes sense when this parameter
represents a table view-variable.
|
String |
getTableColumnMessageKey(String columnName)
TODO: Model Documentation for
org.andromda.cartridges.jsf.metafacades.JSFParameter.getTableColumnMessageKey
|
String |
getTableColumnMessageValue(String columnName)
TODO: Model Documentation for
org.andromda.cartridges.jsf.metafacades.JSFParameter.getTableColumnMessageValue
|
Collection<String> |
getTableColumnNames()
All the columns for this parameter if it represents a table variable.
|
Collection<String> |
getTableColumns()
A list of all attributes which make up the table columns of this table (this only contains
attributes when the table is represented by an array).
|
List<JSFAction> |
getTableFormActions()
Represents a parameter in a JSF front-end.
|
List<JSFAction> |
getTableHyperlinkActions()
Represents a parameter in a JSF front-end.
|
String |
getTableSortAscendingProperty()
The name of the property that Indicates whether or not the table should be sorted ascending
(if this parameter represents a table).
|
String |
getTableSortColumnProperty()
The name of the property storing the column to sort by if this parameter represents a table.
|
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()
The name of the time formatter (if this parameter represents a time).
|
ClassifierFacade |
getType()
A Classifier is a classification of instances - it describes a set of instances that have
features
in common.
|
int |
getUpper()
the upper value of the multiplicity (will be -1 for *)
-only applicable for UML2
|
String |
getValidationName() |
Object |
getValidationOwner() |
Collection |
getValidatorArgs(String validatorType)
Gets the arguments for this parameter's validators.
|
Collection |
getValidatorTypes()
All the validator types for this parameter.
|
Collection |
getValidatorVars()
The validator variables.
|
String |
getValidWhen()
The validator's 'validwhen' value, this is useful when the validation of a parameter depends
on the validation of others.
|
String |
getValueListDummyValue()
The dummy value for a value list.
|
String |
getValueListName()
Stores the name of the value list for this parameter; this list stores the possible values
that this parameter may be (typically used for the values of a drop-down select list).
|
FrontEndView |
getView()
Represents the view in which this parameter will be used.
|
String |
getVisibility()
The visibility (i.e.
|
protected abstract Collection |
handleGetAnnotations() |
protected abstract Collection |
handleGetAttributes() |
protected abstract String |
handleGetBackingListName() |
protected abstract String |
handleGetBackingValueName() |
protected abstract String |
handleGetDateFormatter() |
protected abstract String |
handleGetDocumentationKey() |
protected abstract String |
handleGetDocumentationValue() |
protected abstract String |
handleGetDummyValue() |
protected abstract String |
handleGetFormat() |
protected abstract String |
handleGetFormAttributeSetProperty() |
protected abstract String |
handleGetInputTableIdentifierColumns() |
protected abstract String |
handleGetLabelListName() |
protected abstract String |
handleGetMaxLength() |
protected abstract String |
handleGetMessageKey() |
protected abstract String |
handleGetMessageValue() |
protected abstract Collection |
handleGetNavigableAssociationEnds() |
protected abstract List |
handleGetTableColumnActions(String columnName)
Method to be implemented in descendants
Those actions that are targetting the given column, only makes sense when this parameter
represents a table view-variable.
|
protected abstract String |
handleGetTableColumnMessageKey(String columnName)
Method to be implemented in descendants
TODO: Model Documentation for
org.andromda.cartridges.jsf.metafacades.JSFParameter.getTableColumnMessageKey
|
protected abstract String |
handleGetTableColumnMessageValue(String columnName)
Method to be implemented in descendants
TODO: Model Documentation for
org.andromda.cartridges.jsf.metafacades.JSFParameter.getTableColumnMessageValue
|
protected abstract List |
handleGetTableFormActions()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected abstract List |
handleGetTableHyperlinkActions()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected abstract String |
handleGetTableSortAscendingProperty() |
protected abstract String |
handleGetTableSortColumnProperty() |
protected abstract String |
handleGetTimeFormatter() |
protected abstract Collection |
handleGetValidatorArgs(String validatorType)
Method to be implemented in descendants
Gets the arguments for this parameter's validators.
|
protected abstract Collection |
handleGetValidatorTypes() |
protected abstract Collection |
handleGetValidatorVars() |
protected abstract String |
handleGetValidWhen() |
protected abstract String |
handleGetValueListDummyValue() |
protected abstract String |
handleGetValueListName() |
protected abstract boolean |
handleIsBackingValueRequired() |
protected abstract boolean |
handleIsComplex() |
protected abstract boolean |
handleIsEqualValidator() |
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 |
handleIsPageableTable() |
protected abstract boolean |
handleIsPlaintext() |
protected abstract boolean |
handleIsReadOnly() |
protected abstract boolean |
handleIsReset() |
protected abstract boolean |
handleIsSelectable() |
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 |
isActionParameter()
Indicates whether or not this is an action parameter or not.
|
boolean |
isBackingValueRequired()
Indicates if a backing value is required for this parameter.
|
boolean |
isBindingDependenciesPresent()
True if there are target dependencies from this element that are instances of BindingFacade.
|
boolean |
isComplex()
Indicates if this parameter is 'complex', that is: its of a complex type (has at least one
attribute or association).
|
boolean |
isConstraintsPresent()
Indicates if any constraints are present on this model element.
|
boolean |
isContainedInFrontEndUseCase()
Indicates if this parameter is contained in a "front-end" use case.
|
boolean |
isControllerOperationArgument()
Indicates whether or not this parameter is an argument of a controller operation.
|
boolean |
isDefaultValuePresent()
Indicates if the default value is present.
|
boolean |
isDocumentationPresent()
Indicates if any documentation is present on this model element.
|
boolean |
isEqualValidator()
Indicates whether or not this parameter uses the equal validator.
|
boolean |
isException()
UML2: Returns the value of the 'Is Exception' attribute.
|
boolean |
isFrontEndParameterMetaType() |
boolean |
isInoutParameter()
True if this parameter is an inout parameter.
|
boolean |
isInParameter()
True if this parameter is an 'in' parameter.
|
boolean |
isInputCheckbox()
Indicates if this parameter represents a checkbox widget.
|
boolean |
isInputFile()
Indicates whether or not this is a file input type.
|
boolean |
isInputHidden()
Indicates whether or not this parameter represents a hidden input widget.
|
boolean |
isInputMultibox()
Indicates whether or not this type represents an input multibox.
|
boolean |
isInputRadio()
Indicates whether or not this parameter should be rendered as an input radio widget.
|
boolean |
isInputSecret()
Indicates whether or not this parameter represents an input "secret" widget (i.e.
|
boolean |
isInputSelect()
Indicates whether or not this parameter represents an input select widget.
|
boolean |
isInputTable()
Indicates whether or not this is an table input type.
|
boolean |
isInputText()
Indicates whether or not this parameter should be rendered as a text input widget.
|
boolean |
isInputTextarea()
Indicates if this parameter represents as an input text area widget.
|
boolean |
isJSFParameterMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
boolean |
isMany()
If upper>1 or upper==unlimited.
|
boolean |
isModelElementFacadeMetaType() |
boolean |
isOrdered()
UML2 Only: Is parameter ordered within the Collection type.
|
boolean |
isOutParameter()
True if this parameter is an 'out' parameter.
|
boolean |
isPageableTable()
Whether or not the parameter is a "pageable table", that is a table that supports paging
(i.e.
|
boolean |
isParameterFacadeMetaType() |
boolean |
isPlaintext()
Indicates whether or not this field should be rendered as plain text (not as a widget).
|
boolean |
isReadable()
True if this parameter is readable, aka an in-parameter, or this feature is unspecified.
|
boolean |
isReadOnly()
Indicates if this parameter can only be read and not modified.
|
boolean |
isRequired()
Whether or not this parameter is considered required (i.e must a non-empty value).
|
boolean |
isReservedWord()
True if this element name is a reserved word in Java, C#, ANSI or ISO C, C++, JavaScript.
|
boolean |
isReset()
Indicates if this parameter's value should be reset or not after an action has been performed
with this parameter.
|
boolean |
isReturn()
Whether or not this parameter represents a return parameter.
|
boolean |
isSelectable()
Indicates whether or not this parameter is selectable or not (that is: it can be selected
from a list of values).
|
boolean |
isStrictDateFormat()
Indicates where or not the date format is to be strictly respected.
|
boolean |
isTable()
Indicates whether or not this parameter represents a table.
|
boolean |
isTemplateParametersPresent()
True is there are template parameters on this model element.
|
boolean |
isUnique()
If Parameter type isMany (UML2), is the parameter unique within the Collection.
|
boolean |
isValidationRequired()
Indicates whether or not this parameter 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.
|
boolean |
isWritable()
True if this parameter is writable, aka an out-parameter, or this feature is unspecified.
|
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, validateJSFParameter.getTableSortColumnProperty()JSFParameter.getTableSortAscendingProperty()JSFParameter.getFormAttributeSetProperty()protected Object metaObject
Objectprotected JSFParameterLogic(Object metaObjectIn, String context)
metaObjectIn - context - public void resetMetafacadeContext(String context)
resetMetafacadeContext in class MetafacadeBasecontext - MetafacadeBase.resetMetafacadeContext(String context)public boolean isJSFParameterMetaType()
JSFParameterisJSFParameterMetaType in interface JSFParameterJSFParameterprotected abstract String handleGetMessageKey()
JSFParameter.getMessageKey()public final String getMessageKey()
getMessageKey in interface JSFParameterprotected abstract String handleGetMessageValue()
JSFParameter.getMessageValue()public final String getMessageValue()
getMessageValue in interface JSFParameterprotected abstract String handleGetDocumentationKey()
JSFParameter.getDocumentationKey()public final String getDocumentationKey()
getDocumentationKey in interface JSFParameterprotected abstract String handleGetDocumentationValue()
JSFParameter.getDocumentationValue()public final String getDocumentationValue()
getDocumentationValue in interface JSFParameterprotected abstract String handleGetFormat()
JSFParameter.getFormat()public final String getFormat()
getFormat in interface JSFParameterprotected abstract boolean handleIsStrictDateFormat()
JSFParameter.isStrictDateFormat()public final boolean isStrictDateFormat()
isStrictDateFormat in interface JSFParameterprotected abstract String handleGetDateFormatter()
JSFParameter.getDateFormatter()public final String getDateFormatter()
getDateFormatter in interface JSFParameterprotected abstract String handleGetTimeFormatter()
JSFParameter.getTimeFormatter()public final String getTimeFormatter()
getTimeFormatter in interface JSFParameterprotected abstract boolean handleIsInputCheckbox()
JSFParameter.isInputCheckbox()public final boolean isInputCheckbox()
isInputCheckbox in interface JSFParameterprotected abstract boolean handleIsInputTextarea()
JSFParameter.isInputTextarea()public final boolean isInputTextarea()
isInputTextarea in interface JSFParameterprotected abstract boolean handleIsInputSelect()
JSFParameter.isInputSelect()public final boolean isInputSelect()
isInputSelect in interface JSFParameterprotected abstract boolean handleIsInputSecret()
JSFParameter.isInputSecret()public final boolean isInputSecret()
isInputSecret in interface JSFParameterprotected abstract boolean handleIsInputHidden()
JSFParameter.isInputHidden()public final boolean isInputHidden()
isInputHidden in interface JSFParameterprotected abstract boolean handleIsPlaintext()
JSFParameter.isPlaintext()public final boolean isPlaintext()
isPlaintext in interface JSFParameterprotected abstract boolean handleIsInputRadio()
JSFParameter.isInputRadio()public final boolean isInputRadio()
isInputRadio in interface JSFParameterprotected abstract boolean handleIsInputText()
JSFParameter.isInputText()public final boolean isInputText()
isInputText in interface JSFParameterprotected abstract String handleGetBackingListName()
JSFParameter.getBackingListName()public final String getBackingListName()
getBackingListName in interface JSFParameterprotected abstract String handleGetLabelListName()
JSFParameter.getLabelListName()public final String getLabelListName()
getLabelListName in interface JSFParameterprotected abstract String handleGetValueListName()
JSFParameter.getValueListName()public final String getValueListName()
getValueListName in interface JSFParameterprotected abstract boolean handleIsSelectable()
JSFParameter.isSelectable()public final boolean isSelectable()
isSelectable in interface JSFParameterprotected abstract String handleGetDummyValue()
JSFParameter.getDummyValue()public final String getDummyValue()
getDummyValue in interface JSFParameterprotected abstract String handleGetValueListDummyValue()
JSFParameter.getValueListDummyValue()public final String getValueListDummyValue()
getValueListDummyValue in interface JSFParameterprotected abstract String handleGetTableSortColumnProperty()
JSFParameter.getTableSortColumnProperty()public final String getTableSortColumnProperty()
getTableSortColumnProperty in interface JSFParameterprotected abstract String handleGetTableSortAscendingProperty()
JSFParameter.getTableSortAscendingProperty()public final String getTableSortAscendingProperty()
getTableSortAscendingProperty in interface JSFParameterprotected abstract String handleGetFormAttributeSetProperty()
JSFParameter.getFormAttributeSetProperty()public final String getFormAttributeSetProperty()
getFormAttributeSetProperty in interface JSFParameterprotected abstract boolean handleIsReadOnly()
JSFParameter.isReadOnly()public final boolean isReadOnly()
isReadOnly in interface JSFParameterprotected abstract boolean handleIsValidationRequired()
JSFParameter.isValidationRequired()public final boolean isValidationRequired()
isValidationRequired in interface JSFParameterprotected abstract Collection handleGetValidatorTypes()
JSFParameter.getValidatorTypes()public final Collection getValidatorTypes()
getValidatorTypes in interface JSFParameterprotected abstract String handleGetValidWhen()
JSFParameter.getValidWhen()public final String getValidWhen()
getValidWhen in interface JSFParameterprotected abstract boolean handleIsInputFile()
JSFParameter.isInputFile()public final boolean isInputFile()
isInputFile in interface JSFParameterprotected abstract Collection handleGetValidatorVars()
JSFParameter.getValidatorVars()public final Collection getValidatorVars()
getValidatorVars in interface JSFParameterprotected abstract boolean handleIsInputMultibox()
JSFParameter.isInputMultibox()public final boolean isInputMultibox()
isInputMultibox in interface JSFParameterprotected abstract boolean handleIsReset()
JSFParameter.isReset()public final boolean isReset()
isReset in interface JSFParameterprotected abstract boolean handleIsComplex()
JSFParameter.isComplex()public final boolean isComplex()
isComplex in interface JSFParameterprotected abstract Collection handleGetAttributes()
JSFParameter.getAttributes()public final Collection getAttributes()
getAttributes in interface JSFParameterprotected abstract Collection handleGetNavigableAssociationEnds()
JSFParameter.getNavigableAssociationEnds()public final Collection getNavigableAssociationEnds()
getNavigableAssociationEnds in interface JSFParameterprotected abstract boolean handleIsEqualValidator()
JSFParameter.isEqualValidator()public final boolean isEqualValidator()
isEqualValidator in interface JSFParameterprotected abstract String handleGetBackingValueName()
JSFParameter.getBackingValueName()public final String getBackingValueName()
getBackingValueName in interface JSFParameterprotected abstract boolean handleIsInputTable()
JSFParameter.isInputTable()public final boolean isInputTable()
isInputTable in interface JSFParameterprotected abstract boolean handleIsBackingValueRequired()
JSFParameter.isBackingValueRequired()public final boolean isBackingValueRequired()
isBackingValueRequired in interface JSFParameterprotected abstract String handleGetInputTableIdentifierColumns()
JSFParameter.getInputTableIdentifierColumns()public final String getInputTableIdentifierColumns()
getInputTableIdentifierColumns in interface JSFParameterprotected abstract boolean handleIsPageableTable()
JSFParameter.isPageableTable()public final boolean isPageableTable()
isPageableTable in interface JSFParameterprotected abstract String handleGetMaxLength()
JSFParameter.getMaxLength()public final String getMaxLength()
getMaxLength in interface JSFParameterprotected abstract Collection handleGetAnnotations()
JSFParameter.getAnnotations()public final Collection getAnnotations()
getAnnotations in interface JSFParameterprotected abstract String handleGetTableColumnMessageKey(String columnName)
columnName - public String getTableColumnMessageKey(String columnName)
getTableColumnMessageKey in interface JSFParametercolumnName - String
The name of the table column.protected abstract String handleGetTableColumnMessageValue(String columnName)
columnName - public String getTableColumnMessageValue(String columnName)
getTableColumnMessageValue in interface JSFParametercolumnName - String
Returns the resource bundle value for this table's column, only returns a value when this
parameter is a table.protected abstract Collection handleGetValidatorArgs(String validatorType)
validatorType - public Collection getValidatorArgs(String validatorType)
getValidatorArgs in interface JSFParametervalidatorType - String
The type of the validator.protected abstract List handleGetTableColumnActions(String columnName)
columnName - public List getTableColumnActions(String columnName)
getTableColumnActions in interface JSFParametercolumnName - String
The column name of the column that the retrieved actions target.public final List<JSFAction> getTableHyperlinkActions()
getTableHyperlinkActions in interface JSFParameterprotected abstract List handleGetTableHyperlinkActions()
public final List<JSFAction> getTableFormActions()
getTableFormActions in interface JSFParameterprotected abstract List handleGetTableFormActions()
public boolean isFrontEndParameterMetaType()
isFrontEndParameterMetaType in interface FrontEndParameterFrontEndParameterpublic boolean isParameterFacadeMetaType()
isParameterFacadeMetaType in interface ParameterFacadeParameterFacadepublic boolean isModelElementFacadeMetaType()
isModelElementFacadeMetaType in interface ModelElementFacadeModelElementFacadepublic FrontEndAction getAction()
getAction in interface FrontEndParameterFrontEndParameter.getAction()public FrontEndControllerOperation getControllerOperation()
getControllerOperation in interface FrontEndParameterFrontEndParameter.getControllerOperation()public Collection<String> getTableAttributeNames()
getTableAttributeNames in interface FrontEndParameterFrontEndParameter.getTableAttributeNames()public Collection<String> getTableColumnNames()
getTableColumnNames in interface FrontEndParameterFrontEndParameter.getTableColumnNames()public Collection<String> getTableColumns()
getTableColumns in interface FrontEndParameterFrontEndParameter.getTableColumns()public FrontEndView getView()
getView in interface FrontEndParameterFrontEndParameter.getView()public boolean isActionParameter()
isActionParameter in interface FrontEndParameterFrontEndParameter.isActionParameter()public boolean isContainedInFrontEndUseCase()
isContainedInFrontEndUseCase in interface FrontEndParameterFrontEndParameter.isContainedInFrontEndUseCase()public boolean isControllerOperationArgument()
isControllerOperationArgument in interface FrontEndParameterFrontEndParameter.isControllerOperationArgument()public boolean isTable()
isTable in interface FrontEndParameterFrontEndParameter.isTable()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 String getDefaultValue()
getDefaultValue in interface ParameterFacadeParameterFacade.getDefaultValue()public String getEffect()
getEffect in interface ParameterFacadeParameterFacade.getEffect()public EventFacade getEvent()
getEvent in interface ParameterFacadeParameterFacade.getEvent()public String getGetterName()
getGetterName in interface ParameterFacadeParameterFacade.getGetterName()public String getGetterSetterTypeName()
getGetterSetterTypeName in interface ParameterFacadeParameterFacade.getGetterSetterTypeName()public String getGetterSetterTypeNameImpl()
getGetterSetterTypeNameImpl in interface ParameterFacadeParameterFacade.getGetterSetterTypeNameImpl()public int getLower()
getLower in interface ParameterFacadeParameterFacade.getLower()public OperationFacade getOperation()
getOperation in interface ParameterFacadeParameterFacade.getOperation()public String getSetterName()
getSetterName in interface ParameterFacadeParameterFacade.getSetterName()public ClassifierFacade getType()
getType in interface ParameterFacadeParameterFacade.getType()public int getUpper()
getUpper in interface ParameterFacadeParameterFacade.getUpper()public boolean isDefaultValuePresent()
isDefaultValuePresent in interface ParameterFacadeParameterFacade.isDefaultValuePresent()public boolean isException()
isException in interface ParameterFacadeParameterFacade.isException()public boolean isInParameter()
isInParameter in interface ParameterFacadeParameterFacade.isInParameter()public boolean isInoutParameter()
isInoutParameter in interface ParameterFacadeParameterFacade.isInoutParameter()public boolean isMany()
isMany in interface ParameterFacadeParameterFacade.isMany()public boolean isOrdered()
isOrdered in interface ParameterFacadeParameterFacade.isOrdered()public boolean isOutParameter()
isOutParameter in interface ParameterFacadeParameterFacade.isOutParameter()public boolean isReadable()
isReadable in interface ParameterFacadeParameterFacade.isReadable()public boolean isRequired()
isRequired in interface ParameterFacadeParameterFacade.isRequired()public boolean isReturn()
isReturn in interface ParameterFacadeParameterFacade.isReturn()public boolean isUnique()
isUnique in interface ParameterFacadeParameterFacade.isUnique()public boolean isWritable()
isWritable in interface ParameterFacadeParameterFacade.isWritable()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 © 2003–2014 AndroMDA.org. All rights reserved.