public static final class PropertyModel.PropertyDependency
extends java.lang.Object
Constructor and Description |
---|
PropertyDependency(java.lang.String propertyName,
java.lang.String propertyValue,
boolean inverse)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPropertyName()
Returns the name of the other property that this property depends on.
|
java.lang.String |
getPropertyValue()
Returns the value of the other property that this property depends on.
|
boolean |
isInverse()
Returns a boolean flag indicating whether this is an inverse dependency (i.e.
|
public PropertyDependency(java.lang.String propertyName, java.lang.String propertyValue, boolean inverse)
propertyName
- Name of the other property that this property depends onpropertyValue
- Value of the other property that this property depends oninverse
- A boolean flag indicating whether this is an inverse dependency (i.e. property value should NOT equal the specified value)public final java.lang.String getPropertyName()
public final java.lang.String getPropertyValue()
public final boolean isInverse()
true
if inverse, false
otherwise