public class CollectionType
extends org.springframework.core.enums.StaticLabeledEnum
Modifier and Type | Field and Description |
---|---|
static CollectionType |
LIST
Spring-managed list.
|
static CollectionType |
SET
Spring-managed set.
|
static CollectionType |
SORTED_LIST
Spring-managed sorted list.
|
static CollectionType |
SORTED_SET
Spring-managed sorted Set.
|
Modifier and Type | Method and Description |
---|---|
Class<?> |
getCollectionClass()
Returns the actual collection class used underneath.
|
getCode, getLabel, readResolve, shortValue
public static final CollectionType LIST
List
interface.List
public static final CollectionType SET
Set
interface.Set
public static final CollectionType SORTED_LIST
List
interface.Comparable
,
Comparator
,
List
,
SortedSet
public static final CollectionType SORTED_SET
SortedSet
interface.Comparable
,
Comparator
,
SortedSet
public Class<?> getCollectionClass()
Copyright © 2006–2014. All rights reserved.