Oracle® Collaboration Suite Workspaces API Reference
10g Release 1 (10.1.2)

B25479-01


oracle.workspaces.template
Class CwWorkspacePropertyTemplate

java.lang.Object
  extended byoracle.workspaces.template.CwWorkspacePropertyTemplate


public class CwWorkspacePropertyTemplate
extends java.lang.Object

An instance of this class represents a template for a workspace property.


Constructor Summary
CwWorkspacePropertyTemplate(org.w3c.dom.Node propertyNode)

Method Summary
java.lang.String getName()
java.lang.String getValue()

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

CwWorkspacePropertyTemplate

public CwWorkspacePropertyTemplate(org.w3c.dom.Node propertyNode)

Method Detail

getName

public java.lang.String getName()

getValue

public java.lang.String getValue()

Copyright © 2001, 2005, Oracle. All rights reserved.