Interface IPatternId

All Known Implementing Classes:
StandardPatternIds

public interface IPatternId
represents a uia pattern id
  • Method Summary

    Modifier and Type
    Method
    Description
    static IPatternId
    fromNativeValue(int nativeValue)
    a lookup in standard pattern ids
    int
    the native value
  • Method Details

    • getNativeValue

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

      static IPatternId fromNativeValue(int nativeValue)
      a lookup in standard pattern ids
      Parameters:
      nativeValue - the native value
      Returns:
      the standard pattern id or a simple wrapped native value