Class ParticipantCapability
- Object
-
- ParticipantCapability
-
public final class ParticipantCapability extends ObjectSingle participant capability
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfinalize()Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.CapabilityResolutionReasongetReason()Capability resolution reasonParticipantCapabilityTypegetType()Capability namebooleanisAllowed()Tells whether capability is capable or not
-
-
-
Method Detail
-
finalize
protected void finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.- Overrides:
finalizein classObject
-
getType
public ParticipantCapabilityType getType()
Capability name
-
isAllowed
public boolean isAllowed()
Tells whether capability is capable or not
-
getReason
public CapabilityResolutionReason getReason()
Capability resolution reason
-
-