Class ContextPropertyDefinition
- java.lang.Object
-
- org.openl.rules.context.properties.ContextPropertyDefinition
-
public class ContextPropertyDefinition extends Object
-
-
Constructor Summary
Constructors Constructor Description ContextPropertyDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConstraintsgetConstraints()StringgetDescription()StringgetName()IOpenClassgetType()voidsetConstraints(Constraints constraints)voidsetDescription(String description)voidsetName(String name)voidsetType(IOpenClass type)
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getType
public IOpenClass getType()
-
setType
public void setType(IOpenClass type)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getConstraints
public Constraints getConstraints()
-
setConstraints
public void setConstraints(Constraints constraints)
-
-