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 SummaryModifier and TypeMethodDescriptionGets the pattern property.Returns the value type for the pattern property.
- Method Details- getValueTypeValue.Type getValueType()Returns the value type for the pattern property.
- getPatternPropPatternProp getPatternProp()Gets the pattern property.- Returns:
- The pattern property, or null for none.