public interface EJB3SessionAttributeFacade extends AttributeFacade
Modifier and Type | Method and Description |
---|---|
String |
getSeamBijectionInParameters()
Returns a parameter string for org.jboss.seam.annotations.In annotation.
|
String |
getSeamBijectionLoggerParameters()
Returns a parameter string for org.jboss.seam.annotations.Logger annotation.
|
String |
getSeamBijectionOutParameters()
Returns a parameter string for org.jboss.seam.annotations.Out annotation.
|
String |
getSeamBijectionRequestParameterParameters()
Returns a parameter string for org.jboss.seam.annotations.RequestParameter annotation.
|
String |
getSeamDataModelParameters()
Returns a parameter string for org.jboss.seam.annotations.DataModel annotation.
|
String |
getSeamDataModelSelectionIndexParameters()
Returns a parameter string for org.jboss.seam.annotations.DataModelSelection annotation.
|
String |
getSeamDataModelSelectionParameters()
Returns a parameter string for org.jboss.seam.annotations.DataModelSelection annotation.
|
String |
getTransactionType()
Gets the transaction type for this attribute (i.e.
|
boolean |
isEJB3SessionAttributeFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
boolean |
isSeamAttribute()
Returns true if this attribute is a seam component attribute, marked with one or more of the
following annotations In, Out, Log, RequestParameter, DataModel, DatamodeSelection
|
boolean |
isSeamBijectionIn()
Returns true the attribute is modelled with the <
|
boolean |
isSeamBijectionLogger()
Returns true if stereotype <
|
boolean |
isSeamBijectionOut()
Returns true if the attribute is modelled with the <
|
boolean |
isSeamBijectionRequestParameter()
Returns true if stereotype <
|
boolean |
isSeamDataModel()
Returns true if the attribute of type List, Map, Set or Object[] is modelled with the
<
|
boolean |
isSeamDataModelSelection()
Returns true if stereotype <
|
boolean |
isSeamDataModelSelectionIndex()
Returns true if stereotype <
|
boolean |
isSeamValidationValid()
Returns true if the <
|
findTaggedValue, getDefaultValue, getEnumeration, getEnumerationLiteralParameters, getEnumerationValue, getGetterName, getGetterSetterTypeName, getLower, getOwner, getSetterName, getType, getUpper, isAddOnly, isAttributeFacadeMetaType, isChangeable, isDefaultValuePresent, isDerived, isEnumerationLiteral, isEnumerationLiteralParametersExist, isEnumerationMember, isLeaf, isMany, isOrdered, isReadOnly, isRequired, isStatic, isUnique
copyTaggedValues, findTaggedValue, findTaggedValues, getBindedFullyQualifiedName, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getKeywords, getLabel, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getQualifiedName, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getValidationName, getValidationOwner, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, translateConstraint, translateConstraints, translateConstraints, validateInvariants
boolean isEJB3SessionAttributeFacadeMetaType()
true
String getSeamBijectionInParameters()
String getSeamBijectionLoggerParameters()
String getSeamBijectionOutParameters()
String getSeamBijectionRequestParameterParameters()
String getSeamDataModelParameters()
String getSeamDataModelSelectionIndexParameters()
String getSeamDataModelSelectionParameters()
String getTransactionType()
boolean isSeamAttribute()
boolean isSeamBijectionIn()
boolean isSeamBijectionLogger()
boolean isSeamBijectionOut()
boolean isSeamBijectionRequestParameter()
boolean isSeamDataModel()
boolean isSeamDataModelSelection()
boolean isSeamDataModelSelectionIndex()
boolean isSeamValidationValid()
Copyright © 2006–2014 AndroMDA.org. All rights reserved.