Class Mapping
- java.lang.Object
-
- org.activiti.spring.process.model.Mapping
-
public class Mapping extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMapping.SourceMappingType
-
Constructor Summary
Constructors Constructor Description Mapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Mapping.SourceMappingTypegetType()java.lang.ObjectgetValue()voidsetType(Mapping.SourceMappingType type)voidsetValue(java.lang.Object value)
-
-
-
Method Detail
-
getType
public Mapping.SourceMappingType getType()
-
setType
public void setType(Mapping.SourceMappingType type)
-
getValue
public java.lang.Object getValue()
-
setValue
public void setValue(java.lang.Object value)
-
-