public class TransformationOptionPair
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TransformationOptionPair.Action
Action to take place for a given pair of values.
|
| Constructor and Description |
|---|
TransformationOptionPair() |
| Modifier and Type | Method and Description |
|---|---|
TransformationOptionPair |
combine(TransformationOptionPair that)
Returns a TransformationOptionPair that has getter methods that combine the
the values from the getter methods of this and the supplied TransformationOptionPair.
|
TransformationOptionPair |
combineUpper(TransformationOptionPair that)
Returns a TransformationOptionPair that has getter methods that combine the
the values from the getter methods of this and the supplied TransformationOptionPair
so that they return the lowest common denominator of the two limits .
|
boolean |
equals(java.lang.Object obj) |
TransformationOptionPair.Action |
getAction() |
long |
getLimit() |
long |
getMax() |
long |
getValue() |
int |
hashCode() |
void |
set(java.util.Map optionsMap,
java.lang.String optMaxKey,
java.lang.String optLimitKey,
java.lang.String exceptionMessage) |
void |
setLimit(long limit,
java.lang.String exceptionMessage) |
void |
setMax(long max,
java.lang.String exceptionMessage) |
java.util.Map |
toMap(java.util.Map optionsMap,
java.lang.String optMaxKey,
java.lang.String optLimitKey) |
public long getMax()
public void setMax(long max,
java.lang.String exceptionMessage)
public long getLimit()
public void setLimit(long limit,
java.lang.String exceptionMessage)
public long getValue()
public TransformationOptionPair.Action getAction()
public java.util.Map toMap(java.util.Map optionsMap,
java.lang.String optMaxKey,
java.lang.String optLimitKey)
public void set(java.util.Map optionsMap,
java.lang.String optMaxKey,
java.lang.String optLimitKey,
java.lang.String exceptionMessage)
public TransformationOptionPair combine(TransformationOptionPair that)
public TransformationOptionPair combineUpper(TransformationOptionPair that)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.