Interface IPatternOwner

All Known Implementing Classes:
EditorVSColumnHeader, EditorVSField, EUIOutput, UIOutput, VSColumnHeader, VSField

public interface IPatternOwner
A pattern property owner that returns the value type.
Author:
Christopher Mindus
  • Method Details

    • getValueType

      Value.Type getValueType()
      Returns the value type for the pattern property.
    • getPatternProp

      PatternProp getPatternProp()
      Gets the pattern property.
      Returns:
      The pattern property, or null for none.