public interface IAccessiblePVIObject<T>
Represents a type that can return corresponding effective data with the inheritance applied.
T: Type of effective data.
Modifier and Type | Method and Description |
---|---|
T |
getEffective()
Gets effective data with the inheritance applied.
|
T getEffective()
Gets effective data with the inheritance applied.