io.sarl.lang.core
Enumeration BoundType
All Superinterfaces:
java.io.Serializable, java.lang.Comparable<T>, java.lang.constant.Constable
Enclosing class:
Event
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.
Action Summary
Modifier and type Action and description
static BoundType valueOf(String)
static BoundType values
Enumeration Constant Details
LOWER_BOUND
static val LOWER_BOUND : BoundType
Lower bound, usually corresponds to a super.
UPPER_BOUND
static val UPPER_BOUND : BoundType
Upper bound, usually corresponds to an extends.
Action Details
valueOf(String)
def valueOf(String) : BoundType
values
def values : BoundType