public abstract static class IlvPropertyDescriptorManager.Dependency extends Object
Dependency
describes the dependency between two
PropertyDescriptor
objects.Constructor and Description |
---|
Dependency()
Constructs an empty
Dependency object. |
Dependency(PropertyDescriptor src,
PropertyDescriptor dst,
Object v)
Describes a dependency between the two property descriptors.
|
Modifier and Type | Method and Description |
---|---|
PropertyDescriptor |
getDestination()
Returns the destination dependency.
|
PropertyDescriptor |
getSource()
Returns the source dependency.
|
Object |
getValue()
Returns the value.
|
public Dependency()
Dependency
object.public Dependency(PropertyDescriptor src, PropertyDescriptor dst, Object v)
src
- The source of the dependency.dst
- The destination of the dependency.v
- The value.public PropertyDescriptor getSource()
public PropertyDescriptor getDestination()
public Object getValue()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.