Interface IPropertyId

All Known Implementing Classes:
StandardPropertyIds

public interface IPropertyId
represents a uia property id
  • Method Summary

    Modifier and Type
    Method
    Description
    fromNativeValue(int nativeValue)
     
    int
    the native value
  • Method Details

    • getNativeValue

      int getNativeValue()
      the native value
      Returns:
      native value
    • fromNativeValue

      static IPropertyId fromNativeValue(int nativeValue)