Package jetbrains.mps.smodel.runtime
Interface PropertyConstraintsDispatchable
- 
- All Superinterfaces:
 PropertyConstraintsDescriptor
- All Known Implementing Classes:
 BasePropertyConstraintsDescriptor
public interface PropertyConstraintsDispatchable extends PropertyConstraintsDescriptor
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasOwnGetter()booleanhasOwnSetter()booleanhasOwnValidator()- 
Methods inherited from interface jetbrains.mps.smodel.runtime.PropertyConstraintsDescriptor
getContainer, getSProperty, getValue, isReadOnly, setPropertyValue, setValue, validateValue, validateValue 
 - 
 
 -