public abstract class JSFViewLogic extends MetafacadeBase implements JSFView
JSFView
,
Serialized FormModifier and Type | Field and Description |
---|---|
protected Object |
metaObject
The underlying UML object
|
contextRoot
Modifier | Constructor and Description |
---|---|
protected |
JSFViewLogic(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.
|
List<JSFAction> |
getActionForwards()
Represents a JSF view for a front-end application.
|
String |
getActionMethodName()
The method name representing this action state.
|
List<FrontEndAction> |
getActions()
All actions that can be triggered on this view.
|
List<FrontEndParameter> |
getAllActionParameters()
All parameters for each action going out of this view.
|
List<FrontEndParameter> |
getAllFormFields()
All fields from all forms on the given view.
|
List<JSFParameter> |
getBackingValueVariables()
Represents a JSF view for a front-end application.
|
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.
|
StateFacade |
getContainer()
Models a situation during which some (usually implicit) invariant condition holds.
|
List<FrontEndAction> |
getContainerActions()
The actions that pass through this action state.
|
List<OperationFacade> |
getControllerCalls()
All calls deferred to the controller by this action state.
|
Collection<EventFacade> |
getDeferrableEvents()
Events to which is being deferred in this action state.
|
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 page's documentation.
|
String |
getDocumentationValue()
A resource message value suited for the view's documentation.
|
ActionFacade |
getEntry()
The entry action for this action state (if any).
|
List<FrontEndExceptionHandler> |
getExceptions()
All exceptions modelled on this action state.
|
List<JSFAction> |
getFormActions()
Represents a JSF view for a front-end application.
|
String |
getFormKey()
The key that stores the form in which information is passed from one action to another.
|
FrontEndForward |
getForward()
The next transition, there can be only one transition going out of an action state, otherwise
decision points should be used (triggers are not supported at the server-side).
|
List<JSFForward> |
getForwards()
Represents a JSF view for a front-end application.
|
String |
getFromOutcome()
The name that corresponds to the from-outcome in an navigational rule.
|
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 |
getFullyQualifiedPageObjectClassName()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFView.fullyQualifiedPageObjectClassName
|
String |
getFullyQualifiedPageObjectClassPath()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFView.fullyQualifiedPageObjectClassPath
|
String |
getFullyQualifiedPopulator()
The fully qualified name of this view's form populator.
|
String |
getId()
Gets the unique identifier of the underlying model element.
|
Collection<TransitionFacade> |
getIncomings()
A directed relationship between a source vertex and a target vertex.
|
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 |
getMessageKey()
The default resource message key for this view.
|
String |
getMessageValue()
A displayable version of this view's name.
|
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<TransitionFacade> |
getOutgoings()
A directed relationship between a source vertex and a target vertex.
|
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 |
getPageObjectBeanName()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFView.pageObjectBeanName
|
String |
getPageObjectClassName()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFView.pageObjectClassName
|
PartitionFacade |
getPartition()
The partition (if any) to which this vertex belongs.
|
String |
getPath()
The full path of the view resources (i.e.
|
String |
getPopulator()
The name of the form populator for this view.
|
String |
getPopulatorPath()
The path to the form populator.
|
String |
getQualifiedName()
UML2: Returns the value of the 'Qualified Name' attribute.
|
PackageFacade |
getRootPackage()
Gets the root package for the model element.
|
List<OperationFacade> |
getServiceCalls()
All calls deferred to the services by this action state.
|
Collection<DependencyFacade> |
getSourceDependencies()
Gets the dependencies for which this model element is the source.
|
StateMachineFacade |
getStateMachine()
State machines can be used to express the behavior of part of a system.
|
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.
|
List<FrontEndParameter> |
getTables()
All tables belonging to the front end view.
|
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 |
getTitleKey()
A resource message key suited for the view's title.
|
String |
getTitleValue()
A default resource message value suited for the page's title.
|
FrontEndUseCase |
getUseCase()
The use-case of which this view is a member.
|
String |
getValidationName() |
Object |
getValidationOwner() |
List<FrontEndParameter> |
getVariables()
All those variables that will be present as variables in the target view.
|
String |
getVisibility()
The visibility (i.e.
|
protected abstract List |
handleGetActionForwards()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected abstract List |
handleGetBackingValueVariables()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected abstract String |
handleGetDocumentationKey() |
protected abstract String |
handleGetDocumentationValue() |
protected abstract List |
handleGetFormActions()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected abstract String |
handleGetFormKey() |
protected abstract List |
handleGetForwards()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected abstract String |
handleGetFromOutcome() |
protected abstract String |
handleGetFullyQualifiedPageObjectClassName() |
protected abstract String |
handleGetFullyQualifiedPageObjectClassPath() |
protected abstract String |
handleGetFullyQualifiedPopulator() |
protected abstract String |
handleGetMessageKey() |
protected abstract String |
handleGetMessageValue() |
protected abstract String |
handleGetPageObjectBeanName() |
protected abstract String |
handleGetPageObjectClassName() |
protected abstract String |
handleGetPath() |
protected abstract String |
handleGetPopulator() |
protected abstract String |
handleGetPopulatorPath() |
protected abstract String |
handleGetTitleKey() |
protected abstract String |
handleGetTitleValue() |
protected abstract boolean |
handleIsHasNameOfUseCase() |
protected abstract boolean |
handleIsNeedsFileUpload() |
protected abstract boolean |
handleIsNonTableVariablesPresent() |
protected abstract boolean |
handleIsPopulatorRequired() |
protected abstract boolean |
handleIsPopup() |
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 |
isActionStateFacadeMetaType() |
boolean |
isBindingDependenciesPresent()
True if there are target dependencies from this element that are instances of BindingFacade.
|
boolean |
isConstraintsPresent()
Indicates if any constraints are present on this model element.
|
boolean |
isContainedInFrontEndUseCase()
True if this element is contained in a FrontEndUseCase.
|
boolean |
isDocumentationPresent()
Indicates if any documentation is present on this model element.
|
boolean |
isFrontEndActionStateMetaType() |
boolean |
isFrontEndView()
True if this element carries the FrontEndView stereotype.
|
boolean |
isFrontEndViewMetaType() |
boolean |
isHasNameOfUseCase()
Indicates whether or not this view has the same name as the use case in which it is
contained.
|
boolean |
isJSFViewMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
boolean |
isModelElementFacadeMetaType() |
boolean |
isNeedsFileUpload()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFView.needsFileUpload
|
boolean |
isNonTableVariablesPresent()
Indicates whether or not any non-table view variables are present in this view.
|
boolean |
isPopulatorRequired()
Indicates if a populator is required for this view.
|
boolean |
isPopup()
Indicates if this view represents a popup.
|
boolean |
isReservedWord()
True if this element name is a reserved word in Java, C#, ANSI or ISO C, C++, JavaScript.
|
boolean |
isServerSide()
Indicates whether or not this front end action state is server side.
|
boolean |
isStateFacadeMetaType() |
boolean |
isStateVertexFacadeMetaType() |
boolean |
isTemplateParametersPresent()
True is there are template parameters on this model element.
|
boolean |
isValidationRequired()
Indicates whether or not at least one parameter of an outgoing action in this view requires
validation.
|
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)
Constraint: org::andromda::cartridges::jsf2::metafacades::JSFView::duplicate view action names not allowed
|
compareTo, equals, getConfiguredProperty, getDebug, getMetafacadeContext, getMetaObject, hashCode, isConfiguredProperty, isMetafacadePropertyCachingEnabled, setMetafacadeContext, setProperty, shieldedElement, shieldedElements, THIS, validate
protected Object metaObject
Object
protected JSFViewLogic(Object metaObjectIn, String context)
metaObjectIn
- context
- public void resetMetafacadeContext(String context)
resetMetafacadeContext
in class MetafacadeBase
context
- MetafacadeBase.resetMetafacadeContext(String context)
public boolean isJSFViewMetaType()
JSFView
isJSFViewMetaType
in interface JSFView
JSFView
protected abstract String handleGetPath()
JSFView.getPath()
protected abstract String handleGetTitleKey()
JSFView.getTitleKey()
public final String getTitleKey()
getTitleKey
in interface JSFView
protected abstract String handleGetTitleValue()
JSFView.getTitleValue()
public final String getTitleValue()
getTitleValue
in interface JSFView
protected abstract String handleGetMessageKey()
JSFView.getMessageKey()
public final String getMessageKey()
getMessageKey
in interface JSFView
protected abstract String handleGetDocumentationKey()
JSFView.getDocumentationKey()
public final String getDocumentationKey()
getDocumentationKey
in interface JSFView
protected abstract String handleGetDocumentationValue()
JSFView.getDocumentationValue()
public final String getDocumentationValue()
getDocumentationValue
in interface JSFView
protected abstract String handleGetMessageValue()
JSFView.getMessageValue()
public final String getMessageValue()
getMessageValue
in interface JSFView
protected abstract String handleGetFullyQualifiedPopulator()
JSFView.getFullyQualifiedPopulator()
public final String getFullyQualifiedPopulator()
getFullyQualifiedPopulator
in interface JSFView
protected abstract String handleGetPopulator()
JSFView.getPopulator()
public final String getPopulator()
getPopulator
in interface JSFView
protected abstract String handleGetPopulatorPath()
JSFView.getPopulatorPath()
public final String getPopulatorPath()
getPopulatorPath
in interface JSFView
protected abstract boolean handleIsPopulatorRequired()
JSFView.isPopulatorRequired()
public final boolean isPopulatorRequired()
isPopulatorRequired
in interface JSFView
protected abstract boolean handleIsValidationRequired()
JSFView.isValidationRequired()
public final boolean isValidationRequired()
isValidationRequired
in interface JSFView
protected abstract boolean handleIsPopup()
JSFView.isPopup()
public final boolean isPopup()
protected abstract boolean handleIsNonTableVariablesPresent()
JSFView.isNonTableVariablesPresent()
public final boolean isNonTableVariablesPresent()
isNonTableVariablesPresent
in interface JSFView
protected abstract boolean handleIsHasNameOfUseCase()
JSFView.isHasNameOfUseCase()
public final boolean isHasNameOfUseCase()
isHasNameOfUseCase
in interface JSFView
protected abstract String handleGetFormKey()
JSFView.getFormKey()
public final String getFormKey()
getFormKey
in interface JSFView
protected abstract String handleGetFromOutcome()
JSFView.getFromOutcome()
public final String getFromOutcome()
getFromOutcome
in interface JSFView
protected abstract boolean handleIsNeedsFileUpload()
JSFView.isNeedsFileUpload()
public final boolean isNeedsFileUpload()
isNeedsFileUpload
in interface JSFView
protected abstract String handleGetFullyQualifiedPageObjectClassPath()
JSFView.getFullyQualifiedPageObjectClassPath()
public final String getFullyQualifiedPageObjectClassPath()
getFullyQualifiedPageObjectClassPath
in interface JSFView
protected abstract String handleGetPageObjectClassName()
JSFView.getPageObjectClassName()
public final String getPageObjectClassName()
getPageObjectClassName
in interface JSFView
protected abstract String handleGetPageObjectBeanName()
JSFView.getPageObjectBeanName()
public final String getPageObjectBeanName()
getPageObjectBeanName
in interface JSFView
protected abstract String handleGetFullyQualifiedPageObjectClassName()
JSFView.getFullyQualifiedPageObjectClassName()
public final String getFullyQualifiedPageObjectClassName()
getFullyQualifiedPageObjectClassName
in interface JSFView
public final List<JSFForward> getForwards()
getForwards
in interface JSFView
protected abstract List handleGetForwards()
public final List<JSFParameter> getBackingValueVariables()
getBackingValueVariables
in interface JSFView
protected abstract List handleGetBackingValueVariables()
public final List<JSFAction> getFormActions()
getFormActions
in interface JSFView
protected abstract List handleGetFormActions()
public final List<JSFAction> getActionForwards()
getActionForwards
in interface JSFView
protected abstract List handleGetActionForwards()
public boolean isFrontEndViewMetaType()
isFrontEndViewMetaType
in interface FrontEndView
FrontEndView
public boolean isFrontEndActionStateMetaType()
isFrontEndActionStateMetaType
in interface FrontEndActionState
FrontEndActionState
public boolean isActionStateFacadeMetaType()
isActionStateFacadeMetaType
in interface ActionStateFacade
ActionStateFacade
public boolean isStateFacadeMetaType()
isStateFacadeMetaType
in interface StateFacade
StateFacade
public boolean isStateVertexFacadeMetaType()
isStateVertexFacadeMetaType
in interface StateVertexFacade
StateVertexFacade
public boolean isModelElementFacadeMetaType()
isModelElementFacadeMetaType
in interface ModelElementFacade
ModelElementFacade
public ActionFacade getEntry()
getEntry
in interface ActionStateFacade
ActionStateFacade.getEntry()
public String getActionMethodName()
getActionMethodName
in interface FrontEndActionState
FrontEndActionState.getActionMethodName()
public List<FrontEndAction> getContainerActions()
getContainerActions
in interface FrontEndActionState
FrontEndActionState.getContainerActions()
public List<OperationFacade> getControllerCalls()
getControllerCalls
in interface FrontEndActionState
FrontEndActionState.getControllerCalls()
public List<FrontEndExceptionHandler> getExceptions()
getExceptions
in interface FrontEndActionState
FrontEndActionState.getExceptions()
public FrontEndForward getForward()
getForward
in interface FrontEndActionState
FrontEndActionState.getForward()
public List<OperationFacade> getServiceCalls()
getServiceCalls
in interface FrontEndActionState
FrontEndActionState.getServiceCalls()
public boolean isContainedInFrontEndUseCase()
isContainedInFrontEndUseCase
in interface FrontEndActionState
FrontEndActionState.isContainedInFrontEndUseCase()
public boolean isServerSide()
isServerSide
in interface FrontEndActionState
FrontEndActionState.isServerSide()
public List<FrontEndAction> getActions()
getActions
in interface FrontEndView
FrontEndView.getActions()
public List<FrontEndParameter> getAllActionParameters()
getAllActionParameters
in interface FrontEndView
FrontEndView.getAllActionParameters()
public List<FrontEndParameter> getAllFormFields()
getAllFormFields
in interface FrontEndView
FrontEndView.getAllFormFields()
public List<FrontEndParameter> getTables()
getTables
in interface FrontEndView
FrontEndView.getTables()
public FrontEndUseCase getUseCase()
getUseCase
in interface FrontEndView
FrontEndView.getUseCase()
public List<FrontEndParameter> getVariables()
getVariables
in interface FrontEndView
FrontEndView.getVariables()
public boolean isFrontEndView()
isFrontEndView
in interface FrontEndView
FrontEndView.isFrontEndView()
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 Collection<EventFacade> getDeferrableEvents()
getDeferrableEvents
in interface StateFacade
StateFacade.getDeferrableEvents()
public StateFacade getContainer()
getContainer
in interface StateVertexFacade
StateVertexFacade.getContainer()
public Collection<TransitionFacade> getIncomings()
getIncomings
in interface StateVertexFacade
StateVertexFacade.getIncomings()
public Collection<TransitionFacade> getOutgoings()
getOutgoings
in interface StateVertexFacade
StateVertexFacade.getOutgoings()
public PartitionFacade getPartition()
getPartition
in interface StateVertexFacade
StateVertexFacade.getPartition()
public StateMachineFacade getStateMachine()
getStateMachine
in interface StateVertexFacade
StateVertexFacade.getStateMachine()
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)
Constraint: org::andromda::cartridges::jsf2::metafacades::JSFView::duplicate view action names not allowed
Error: Each view must contain actions which each have a unique name, this view has actions with duplicate names or names that cause an action name to be duplicated in faces-config.xml.
OCL: context JSFView inv: actions->isUnique(name)
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.