Uses of Interface
com.e1c.g5.v8.dt.check.suppress.datareference.IPropertyDataReference
-
Packages that use IPropertyDataReference Package Description com.e1c.g5.v8.dt.check.suppress.datareference -
-
Uses of IPropertyDataReference in com.e1c.g5.v8.dt.check.suppress.datareference
Methods in com.e1c.g5.v8.dt.check.suppress.datareference that return IPropertyDataReference Modifier and Type Method Description IPropertyDataReference
FqnContainmentDataReference. getPropertyDataReference()
IPropertyDataReference
IContainmentDataReference. getPropertyDataReference()
Gets the property reference (if any).IPropertyDataReference
UniqueNameContainmentDataReference. getPropertyDataReference()
Methods in com.e1c.g5.v8.dt.check.suppress.datareference with parameters of type IPropertyDataReference Modifier and Type Method Description void
FqnContainmentDataReference. setPropertyDataReference(IPropertyDataReference propertyDataReference)
void
IContainmentDataReference. setPropertyDataReference(IPropertyDataReference propertyDataReference)
Sets the property data reference.void
UniqueNameContainmentDataReference. setPropertyDataReference(IPropertyDataReference propertyDataReference)
-