Package at.bestsolution.uia
Interface IPropertyId
- All Known Implementing Classes:
StandardPropertyIds
public interface IPropertyId
represents a uia property id
-
Method Summary
Modifier and TypeMethodDescriptionstatic IPropertyIdfromNativeValue(int nativeValue) intthe native value
-
Method Details
-
getNativeValue
int getNativeValue()the native value- Returns:
- native value
-
fromNativeValue
-