Uses of Class
org.jboss.set.aphrodite.domain.Flag
-
Packages that use Flag Package Description org.jboss.set.aphrodite.domain -
-
Uses of Flag in org.jboss.set.aphrodite.domain
Methods in org.jboss.set.aphrodite.domain that return Flag Modifier and Type Method Description static FlagFlag. valueOf(String name)Returns the enum constant of this type with the specified name.static Flag[]Flag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.set.aphrodite.domain that return types with arguments of type Flag Modifier and Type Method Description Map<Flag,FlagStatus>Stage. getStateMap()Methods in org.jboss.set.aphrodite.domain with parameters of type Flag Modifier and Type Method Description FlagStatusStage. getStatus(Flag flag)FlagStatusStage. setStatus(Flag flag, FlagStatus status)
-