Package at.bestsolution.uia
Interface IPatternId
- All Known Implementing Classes:
StandardPatternIds
public interface IPatternId
represents a uia pattern id
-
Method Summary
Modifier and TypeMethodDescriptionstatic IPatternIdfromNativeValue(int nativeValue) a lookup in standard pattern idsintthe native value
-
Method Details
-
getNativeValue
int getNativeValue()the native value- Returns:
- native value
-
fromNativeValue
a lookup in standard pattern ids- Parameters:
nativeValue- the native value- Returns:
- the standard pattern id or a simple wrapped native value
-