Package com.iizix.prop
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PatternProp
getPatternProp()
Gets the pattern property.Value.Type
getValueType()
Returns the value type for the pattern property.
Method Detail
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.