Uses of Class
co.cask.tigon.app.program.ProgramType

Packages that use ProgramType
co.cask.tigon.app.program Flows are represented as Programs internally. 
 

Uses of ProgramType in co.cask.tigon.app.program
 

Methods in co.cask.tigon.app.program that return ProgramType
 ProgramType Program.getType()
          Returns the program type.
 ProgramType DefaultProgram.getType()
           
static ProgramType ProgramType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ProgramType ProgramType.valueOfPrettyName(String pretty)
           
static ProgramType[] ProgramType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014 Cask Data, Inc. Licensed under the Apache License, Version 2.0.