java.lang.Object | |
↳ | com.pnfsoftware.jeb.core.units.UnitChangeEventData |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | CodeAddition | this type indicates that new code items were added to the unit. | |||||||||
int | CommentUpdate | ||||||||||
int | Conversion | this type indicates that the target object was converted. | |||||||||
int | CreatedPackage | ||||||||||
int | LabelUpdate | ||||||||||
int | MovedTo | ||||||||||
int | NameUpdate | ||||||||||
int | StructuralChange | this type indicates that the target object's internal details have substantially changed. |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public Map<Object, Object> | attrmap | ||||||||||
public Object | location | ||||||||||
public Object | previousValue | ||||||||||
public Object | target | ||||||||||
public int | type | ||||||||||
public Object | value |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
UnitChangeEventData(int type, Object target) | |||||||||||
UnitChangeEventData(int type, Object target, Object value) | |||||||||||
UnitChangeEventData(int type, Object target, Object value, Object previousValue) | |||||||||||
UnitChangeEventData(int type, Object target, Object value, Object previousValue, Object location) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
UnitChangeEventData | attr(Object key, Object value) | ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
this type indicates that new code items were added to the unit.
this type indicates that the target object was converted.
this type indicates that the target object's internal details have substantially changed.