Uses of Class
org.nakedobjects.metamodel.consent.InteractionContextType

Packages that use InteractionContextType
org.nakedobjects.metamodel.consent   
org.nakedobjects.metamodel.interactions   
 

Uses of InteractionContextType in org.nakedobjects.metamodel.consent
 

Methods in org.nakedobjects.metamodel.consent that return InteractionContextType
static InteractionContextType InteractionContextType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static InteractionContextType[] InteractionContextType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of InteractionContextType in org.nakedobjects.metamodel.interactions
 

Methods in org.nakedobjects.metamodel.interactions that return InteractionContextType
 InteractionContextType InteractionContext.getInteractionType()
          The type of interaction.
 

Constructors in org.nakedobjects.metamodel.interactions with parameters of type InteractionContextType
AccessContext(InteractionContextType interactionType, AuthenticationSession session, InteractionInvocationMethod invocationMethod, Identifier identifier, NakedObject target)
           
InteractionContext(InteractionContextType interactionType, AuthenticationSession session, InteractionInvocationMethod invocationMethod, Identifier identifier, NakedObject target)
           
UsabilityContext(InteractionContextType interactionType, AuthenticationSession session, InteractionInvocationMethod invocationMethod, Identifier identifier, NakedObject target)
           
ValidityContext(InteractionContextType interactionType, AuthenticationSession session, InteractionInvocationMethod invocationMethod, Identifier identifier, NakedObject target)
           
VisibilityContext(InteractionContextType interactionType, AuthenticationSession session, InteractionInvocationMethod invocationMethod, Identifier identifier, NakedObject target)
           
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.