Package japicmp.model
Class JApiAttribute<T>
java.lang.Object
japicmp.model.JApiAttribute<T>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJApiAttribute
(JApiChangeStatus changeStatus, Optional<T> oldAttribute, Optional<T> newAttribute) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
oldAttribute
-
newAttribute
-
changeStatus
-
-
Constructor Details
-
JApiAttribute
public JApiAttribute(JApiChangeStatus changeStatus, Optional<T> oldAttribute, Optional<T> newAttribute)
-
-
Method Details
-
getOldAttribute
-
getNewAttribute
-
getChangeStatus
-
getOldValue
-
getNewValue
-