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
Modifier and TypeMethodDescriptionGets the pattern property.Returns the value type for the pattern property.
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.