Package japicmp.model
Interface JApiHasChangeStatus
- All Known Subinterfaces:
JApiHasModifier
,JApiHasModifiers
- All Known Implementing Classes:
JApiAnnotation
,JApiAnnotationElement
,JApiBehavior
,JApiClass
,JApiClassFileFormatVersion
,JApiConstructor
,JApiException
,JApiField
,JApiImplementedInterface
,JApiMethod
,JApiSuperclass
public interface JApiHasChangeStatus
Implemented by all elements that can have a change status.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the change status of this element.
-
Method Details
-
getChangeStatus
JApiChangeStatus getChangeStatus()Returns the change status of this element.- Returns:
- the change status of this element
-