API Documentation > Interfaces > Interface WorkspaceDefinition
Interface WorkspaceDefinition

package com.ptc.pfc.pfcServer;

public interface
WorkspaceDefinition
extends
jxobject


Description
This class describes workspace definition details.
Method Summary
String
Get method for attribute "WorkspaceContext"
Context of the workspace
String
Get method for attribute "WorkspaceName"
Name of the workspace
void
SetWorkspaceContext (String value)
Set method for attribute "WorkspaceContext"
Context of the workspace
void
SetWorkspaceName (String value)
Set method for attribute "WorkspaceName"
Name of the workspace
Method Detail
GetWorkspaceName
String
GetWorkspaceName
()
SetWorkspaceName
void
SetWorkspaceName
(String value)
Name of the workspace
Manual References:
GetWorkspaceContext
String
GetWorkspaceContext
()
SetWorkspaceContext
void
SetWorkspaceContext
(String value)
Context of the workspace
Manual References:
Was this helpful?