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 JApiHasChangeStatusImplemented by all elements that can have a change status.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JApiChangeStatusgetChangeStatus()Returns the change status of this element.
-
-
-
Method Detail
-
getChangeStatus
JApiChangeStatus getChangeStatus()
Returns the change status of this element.- Returns:
- the change status of this element
-
-