Package com.onwbp.adaptation
Interface AdaptationValue
-
public interface AdaptationValue
Defines a specific internal value for inheritance.
-
-
Field Summary
Fields Modifier and Type Field Description static Object
INHERIT_VALUE
This field value indicates that a node inherits its value from its parent node.
-
-
-
Field Detail
-
INHERIT_VALUE
static final Object INHERIT_VALUE
This field value indicates that a node inherits its value from its parent node.
-
-