Generation Framework

Uses of Class
org.eclipse.gmf.codegen.gmfgen.StandardEntryKind

Packages that use StandardEntryKind
org.eclipse.gmf.codegen.gmfgen   
org.eclipse.gmf.codegen.gmfgen.impl   
 

Uses of StandardEntryKind in org.eclipse.gmf.codegen.gmfgen
 

Fields in org.eclipse.gmf.codegen.gmfgen with type parameters of type StandardEntryKind
static java.util.List<StandardEntryKind> StandardEntryKind.VALUES
          A public read-only list of all the 'Standard Entry Kind' enumerators
 

Methods in org.eclipse.gmf.codegen.gmfgen that return StandardEntryKind
static StandardEntryKind StandardEntryKind.get(int value)
          Returns the 'Standard Entry Kind' literal with the specified integer value
static StandardEntryKind StandardEntryKind.get(java.lang.String literal)
          Returns the 'Standard Entry Kind' literal with the specified literal value
static StandardEntryKind StandardEntryKind.getByName(java.lang.String name)
          Returns the 'Standard Entry Kind' literal with the specified name
 StandardEntryKind StandardEntry.getKind()
          Returns the value of the 'Kind' attribute.
static StandardEntryKind StandardEntryKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StandardEntryKind[] StandardEntryKind.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.gmf.codegen.gmfgen with parameters of type StandardEntryKind
 void StandardEntry.setKind(StandardEntryKind value)
          Sets the value of the 'Kind' attribute
 

Uses of StandardEntryKind in org.eclipse.gmf.codegen.gmfgen.impl
 

Fields in org.eclipse.gmf.codegen.gmfgen.impl declared as StandardEntryKind
protected  StandardEntryKind StandardEntryImpl.kind
          The cached value of the 'Kind' attribute
protected static StandardEntryKind StandardEntryImpl.KIND_EDEFAULT
          The default value of the 'Kind' attribute
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl that return StandardEntryKind
 StandardEntryKind GMFGenFactoryImpl.createStandardEntryKindFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 StandardEntryKind StandardEntryImpl.getKind()
           
 

Methods in org.eclipse.gmf.codegen.gmfgen.impl with parameters of type StandardEntryKind
 void StandardEntryImpl.setKind(StandardEntryKind newKind)
           
 


Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.