org.apache.myfaces.extensions.validator.core
Class ProjectStage

java.lang.Object
  extended by org.apache.myfaces.extensions.validator.core.ProjectStage

public class ProjectStage
extends Object

extensible project stage implementation

Since:
x.x.3
Author:
Gerhard Petracek

Method Summary
static ProjectStage createStage(ProjectStageName name)
           
static ProjectStageName createStageName(String name)
           
 ProjectStageName getValue()
           
static boolean is(ProjectStageName projectStage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createStageName

public static ProjectStageName createStageName(String name)

createStage

public static ProjectStage createStage(ProjectStageName name)

is

public static boolean is(ProjectStageName projectStage)

getValue

public ProjectStageName getValue()


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.