org.eclipse.emf.codegen.ecore.genmodel.presentation
Class GenModelActionBarContributor.ProjectType

java.lang.Object
  extended byorg.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelActionBarContributor.ProjectType
Enclosing class:
GenModelActionBarContributor

protected static class GenModelActionBarContributor.ProjectType
extends Object


Field Summary
protected  String name
           
protected  Object type
           
 
Constructor Summary
GenModelActionBarContributor.ProjectType(Object type, String name)
           
 
Method Summary
 String getName()
           
 Object getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected Object type

name

protected String name
Constructor Detail

GenModelActionBarContributor.ProjectType

public GenModelActionBarContributor.ProjectType(Object type,
                                                String name)
Method Detail

getType

public Object getType()

getName

public String getName()

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.