Package jetbrains.mps.smodel
Class PropertySupport
- java.lang.Object
 - 
- jetbrains.mps.smodel.PropertySupport
 
 
- 
@Deprecated public abstract class PropertySupport extends Object
Deprecated.Use datatype API 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPropertySupport.PropertySupportCacheDeprecated. 
- 
Constructor Summary
Constructors Constructor Description PropertySupport()Deprecated. 
- 
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected abstract booleancanSetValue(String value)Deprecated.old validation method - keep it for compatibilitybooleancanSetValue(PropertyConstraintsDescriptor descriptor, SNode node, String propertyName, String value)Deprecated.booleancanSetValue(PropertyConstraintsDescriptor descriptor, SNode node, SProperty property, String value)Deprecated.booleancanSetValue(SNode node, String propertyName, String value)Deprecated.booleancanSetValue(SNode node, String propertyName, String value, boolean nullsAlwaysAllowed)Deprecated.booleancanSetValue(SNode node, SProperty property, String value)Deprecated.booleancanSetValue(SNode node, SProperty property, String value, boolean nullsAlwaysAllowed)Deprecated.StringfromInternalValue(String value)Deprecated.static PropertySupportgetPropertySupport(SProperty property)Deprecated.static PropertySupportgetPropertySupport(SNode propertyDeclaration)Deprecated.StringtoInternalValue(String value)Deprecated. 
 - 
 
- 
- 
Method Detail
- 
canSetValue
@Deprecated public boolean canSetValue(SNode node, String propertyName, String value, boolean nullsAlwaysAllowed)
Deprecated.new validation method 
- 
canSetValue
public boolean canSetValue(SNode node, SProperty property, String value, boolean nullsAlwaysAllowed)
Deprecated. 
- 
canSetValue
@Deprecated public boolean canSetValue(PropertyConstraintsDescriptor descriptor, SNode node, String propertyName, String value)
Deprecated. 
- 
canSetValue
public boolean canSetValue(PropertyConstraintsDescriptor descriptor, SNode node, SProperty property, String value)
Deprecated. 
- 
canSetValue
@Deprecated public boolean canSetValue(SNode node, String propertyName, String value)
Deprecated. 
- 
canSetValue
protected abstract boolean canSetValue(String value)
Deprecated.old validation method - keep it for compatibility 
- 
getPropertySupport
@NotNull @Deprecated public static PropertySupport getPropertySupport(@NotNull SProperty property)
Deprecated. 
- 
getPropertySupport
@NotNull @Deprecated public static PropertySupport getPropertySupport(@NotNull SNode propertyDeclaration)
Deprecated. 
 - 
 
 -