Uses of Enum Class
org.tentackle.model.AccessScope
Packages that use AccessScope
Package
Description
Entity model.
Default model implementation.
-
Uses of AccessScope in org.tentackle.model
Methods in org.tentackle.model that return AccessScopeModifier and TypeMethodDescriptionCommonOptions.getAccessScope()The access scope.Relation.getAccessScope()Gets the access scope for generated methods.Relation.getNmScope()Gets the access scope for the nm-method.
Defaults to the access scope of the relation.static AccessScopeReturns the enum constant of this class with the specified name.static AccessScope[]AccessScope.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AccessScope in org.tentackle.model.impl
Methods in org.tentackle.model.impl that return AccessScopeModifier and TypeMethodDescriptionCommonOptionsImpl.getAccessScope()RelationImpl.getAccessScope()RelationImpl.getNmScope()Methods in org.tentackle.model.impl with parameters of type AccessScopeModifier and TypeMethodDescriptionvoidCommonOptionsImpl.setAccessScope(AccessScope accessScope) voidRelationImpl.setAccessScope(AccessScope accessScope) voidRelationImpl.setNmScope(AccessScope nmScope)