Generators

Uses of Class
org.topcased.outline.configurator.ChildActionType

Packages that use ChildActionType
org.topcased.outline.configurator   
 

Uses of ChildActionType in org.topcased.outline.configurator
 

Fields in org.topcased.outline.configurator declared as ChildActionType
static ChildActionType ChildActionType.EXACT_LITERAL
          The 'Exact' literal object.
static ChildActionType ChildActionType.HIERACHICAL_LITERAL
          The 'Hierachical' literal object.
 

Methods in org.topcased.outline.configurator that return ChildActionType
static ChildActionType ChildActionType.get(int value)
          Returns the 'Child Action Type' literal with the specified integer value.
static ChildActionType ChildActionType.get(java.lang.String literal)
          Returns the 'Child Action Type' literal with the specified literal value.
static ChildActionType ChildActionType.getByName(java.lang.String name)
          Returns the 'Child Action Type' literal with the specified name.
 ChildActionType CreateChildAction.getType()
          Returns the value of the 'Type' attribute.
 

Methods in org.topcased.outline.configurator with parameters of type ChildActionType
 void CreateChildAction.setType(ChildActionType value)
          Sets the value of the 'Type' attribute.
 


Generators

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.