Package jetbrains.mps.smodel.runtime
Interface PropertyConstraintsDescriptor
- 
- All Known Subinterfaces:
 PropertyConstraintsDispatchable
- All Known Implementing Classes:
 BasePropertyConstraintsDescriptor
public interface PropertyConstraintsDescriptor 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ConstraintsDescriptorgetContainer()SPropertygetSProperty()ObjectgetValue(SNode node)booleanisReadOnly()default voidsetPropertyValue(SNode node, Object value)voidsetValue(SNode node, String value)default booleanvalidateValue(SNode node, Object value)booleanvalidateValue(SNode node, String value) 
 - 
 
- 
- 
Method Detail
- 
getSProperty
SProperty getSProperty()
 
- 
getContainer
ConstraintsDescriptor getContainer()
 
- 
isReadOnly
boolean isReadOnly()
 
 - 
 
 -