static final enum BoundType
extends java.lang.Object
Types of generic bound. The upper bounds corresponds to the type that a generic type must inherit. The lower bounds corresponds to the that that a generic type must be a super type.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
core
Since:
0.14
Enumeration Constant Summary
Constant and description
LOWER_BOUND
Lower bound, usually corresponds to a super.
UPPER_BOUND
Upper bound, usually corresponds to an extends.