com.bea.content.controls.extensible
Class CmxControl.PropertyPair

java.lang.Object
  extended by com.bea.content.controls.extensible.CmxControl.PropertyPair
Enclosing interface:
CmxControl

public static class CmxControl.PropertyPair
extends Object

Holds a Property and its corresponding PropertyDefinition


Constructor Summary
CmxControl.PropertyPair()
           
CmxControl.PropertyPair(Property property, PropertyDefinition propDef)
           
 
Method Summary
 PropertyDefinition getPropDef()
           
 Property getProperty()
           
 void setPropDef(PropertyDefinition propDef)
           
 void setProperty(Property property)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CmxControl.PropertyPair

public CmxControl.PropertyPair()

CmxControl.PropertyPair

public CmxControl.PropertyPair(Property property,
                               PropertyDefinition propDef)
Method Detail

getProperty

public Property getProperty()

setProperty

public void setProperty(Property property)

getPropDef

public PropertyDefinition getPropDef()

setPropDef

public void setPropDef(PropertyDefinition propDef)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006 BEA Systems, Inc. All Rights Reserved