Package com.evolveum.concepts
Interface MutationBehaviourAware<M extends MutationBehaviourAware<M>>
- Type Parameters:
M
- Final version of mutation behaviour
public interface MutationBehaviourAware<M extends MutationBehaviourAware<M>>
-
Method Summary
Modifier and TypeMethodDescriptionboolean
mutable()
Return true if object is currently mutable (can change publicly visible state)
-
Method Details
-
mutable
boolean mutable()Return true if object is currently mutable (can change publicly visible state)- Returns:
- true if object is currently mutable
-