com.sas.hls.common
Class TypeConstants

java.lang.Object
  extended by com.sas.hls.common.TypeConstants

public abstract class TypeConstants
extends Object


Field Summary
static String TYPE_ANALYSIS
          The type name for an analysis object.
static String TYPE_FILE
          The type name for a file object.
static String TYPE_FOLDER
          The type name for a folder object.
static String TYPE_GROUP
          The type name for a group object.
static String TYPE_JOB
          The type name for a job object.
static String TYPE_ORGANIZATION
          The type name for an organization object.
static String TYPE_PDF
          The type name for a pdf file.
static String TYPE_PROJECT
          The type name for a project object.
static String TYPE_ROLE
          The type name for a role object.
static String TYPE_SAS_DATASET
          The type name for a SAS dataset.
static String TYPE_SASPROGRAM
          The type name for a SAS program.
static String TYPE_SCHEDULE
          The type name for a schedule object.
static String TYPE_USER
          The type name for a user object.
 
Constructor Summary
TypeConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_ORGANIZATION

public static final String TYPE_ORGANIZATION
The type name for an organization object.

See Also:
Constant Field Values

TYPE_PROJECT

public static final String TYPE_PROJECT
The type name for a project object.

See Also:
Constant Field Values

TYPE_ANALYSIS

public static final String TYPE_ANALYSIS
The type name for an analysis object.

See Also:
Constant Field Values

TYPE_FOLDER

public static final String TYPE_FOLDER
The type name for a folder object.

See Also:
Constant Field Values

TYPE_FILE

public static final String TYPE_FILE
The type name for a file object.

See Also:
Constant Field Values

TYPE_GROUP

public static final String TYPE_GROUP
The type name for a group object.

See Also:
Constant Field Values

TYPE_USER

public static final String TYPE_USER
The type name for a user object.

See Also:
Constant Field Values

TYPE_ROLE

public static final String TYPE_ROLE
The type name for a role object.

See Also:
Constant Field Values

TYPE_SCHEDULE

public static final String TYPE_SCHEDULE
The type name for a schedule object.

See Also:
Constant Field Values

TYPE_PDF

public static final String TYPE_PDF
The type name for a pdf file.

See Also:
Constant Field Values

TYPE_SAS_DATASET

public static final String TYPE_SAS_DATASET
The type name for a SAS dataset.

See Also:
Constant Field Values

TYPE_JOB

public static final String TYPE_JOB
The type name for a job object.

See Also:
Constant Field Values

TYPE_SASPROGRAM

public static final String TYPE_SASPROGRAM
The type name for a SAS program.

See Also:
Constant Field Values
Constructor Detail

TypeConstants

public TypeConstants()


Copyright (c) 2013, SAS Institute Inc., Cary, NC, USA