org.apache.commons.betwixt.strategy
Class CollectiveTypeStrategy
java.lang.Object
org.apache.commons.betwixt.strategy.CollectiveTypeStrategy
- Direct Known Subclasses:
- CollectiveTypeStrategy.Default, OverrideCollectiveTypeStategy
public abstract class CollectiveTypeStrategy
- extends Object
Specifies which types should be regarded as collective
- Since:
- 0.8
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT
public static final CollectiveTypeStrategy DEFAULT
- Default collective type strategy
CollectiveTypeStrategy
public CollectiveTypeStrategy()
isCollective
public abstract boolean isCollective(Class type)
- Is this a loop type class?
- Parameters:
type
- is this Class
a loop type?
- Returns:
- true if the type is a loop type, or if type is null
- Since:
- 0.7
Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.