Package com.solibri.smc.api.model
Interface PropertyReference
-
public interface PropertyReferenceThis interface represents a reference to a property.- Since:
- 9.10.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPropertyName()Returns the name of the referred property.StringgetPropertySetName()Returns the name of the referred property set.
-
-
-
Method Detail
-
getPropertySetName
String getPropertySetName()
Returns the name of the referred property set.- Returns:
- the name of the referred property set
- Since:
- 9.10.2
-
getPropertyName
String getPropertyName()
Returns the name of the referred property.- Returns:
- the name of the referred property
- Since:
- 9.10.2
-
-