Class ParticipantCapability
- Object
-
- ParticipantCapability
-
public final class ParticipantCapability extends Object
Single participant capability
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.CapabilityResolutionReason
getReason()
Capability resolution reasonParticipantCapabilityType
getType()
Capability nameboolean
isAllowed()
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:
finalize
in 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
-
-