public abstract class AbstractReadPrimitive<T> extends AbstractPrimitive
changesClassHierarchy, classContent, clazz, modifiedClasses
Constructor and Description |
---|
AbstractReadPrimitive(ClassContent classContent) |
Modifier and Type | Method and Description |
---|---|
T |
getReadValue()
Gets the information obtained from the source file
|
protected void |
setReadValue(T value)
Sets the information obtained from the source file
|
changeVersion, execute, executePrimitive, getSuperClass, getTargetClass, isSafe, undo, undoPrimitive, undoUpdateVersion, updateVersion, updateVersion
public AbstractReadPrimitive(ClassContent classContent)