Uses of Class
org.eclipse.emf.mint.CodeGenStatus

Packages that use CodeGenStatus
org.eclipse.emf.mint Provides core API for the Mint component. 
 

Uses of CodeGenStatus in org.eclipse.emf.mint
 

Methods in org.eclipse.emf.mint that return CodeGenStatus
 CodeGenStatus IMemberAnnotationManager.getCodeGenStatus(org.eclipse.jdt.core.IMember member)
          Returns the code generation status of the given member.
static CodeGenStatus CodeGenStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CodeGenStatus[] CodeGenStatus.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.emf.mint that return types with arguments of type CodeGenStatus
 Map<org.eclipse.jdt.core.IMember,CodeGenStatus> MemberAnnotationChangedEvent.getChanges()
          Returns a map of members and their changed statuses.
 

Constructor parameters in org.eclipse.emf.mint with type arguments of type CodeGenStatus
MemberAnnotationChangedEvent(IMemberAnnotationManager manager, Map<org.eclipse.jdt.core.IMember,CodeGenStatus> changes)
          Creates an instance of the event.
 


Copyright 2008 Ecliptical Software Inc. and others.
All Rights Reserved.