Package | com.adobe.solutions.prm.constant |
Class | public class ProjectType |
Inheritance | ProjectType Object |
Subclasses | LocalizedProjectType |
Language Version: | ActionScript 3.0 |
Product Version: | Project Management Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
The constructor for ProjectType class. | ProjectType | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Public Constants
Constant | Defined By | ||
---|---|---|---|
CAMPAIGN : String = "CAMPAIGN" [static]
This type denotes a campaign. | ProjectType | ||
PROJECT : String = "PROJECT" [static]
This type denotes a child project. | ProjectType | ||
TYPES : Array [static]
An array of all the types of the project. | ProjectType |
Constructor Detail
ProjectType | () | Constructor |
public function ProjectType()
Language Version: | ActionScript 3.0 |
Product Version: | Project Management Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
The constructor for ProjectType
class.
Constant Detail
CAMPAIGN | Constant |
public static const CAMPAIGN:String = "CAMPAIGN"
Language Version: | ActionScript 3.0 |
Product Version: | Project Management Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This type denotes a campaign.
PROJECT | Constant |
public static const PROJECT:String = "PROJECT"
Language Version: | ActionScript 3.0 |
Product Version: | Project Management Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This type denotes a child project.
TYPES | Constant |
public static const TYPES:Array
Language Version: | ActionScript 3.0 |
Product Version: | Project Management Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
An array of all the types of the project.
Mon Nov 28 2011, 06:48 AM -08:00