wt.step.processor
Class ImportScheme
java.lang.Object
wt.step.processor.ImportScheme
- All Implemented Interfaces:
- Serializable
- public class ImportScheme
- extends Object
- implements Serializable
Defines a 'scheme' for handling imported instances. The following options are
provided:
- matchOrLatest - Reuse a matching instance if possible,
or the latest version, or create a new one.
- matchOrNew - Reuse a matching instance if possible, otherwise
create a new one.
- alwaysNew - Always create a new instance.
- See Also:
- Serialized Form
MATCH_OR_LATEST
public static final ImportScheme MATCH_OR_LATEST
MATCH_OR_NEW
public static final ImportScheme MATCH_OR_NEW
ALWAYS_NEW
public static final ImportScheme ALWAYS_NEW
_propertyValue
private String _propertyValue
_displayValue
private String _displayValue
_valueSet
private static final Object[] _valueSet
ImportScheme
private ImportScheme(String propertyValue,
String displayValue)
getValueSet
public static Object[] getValueSet()
toString
public String toString()
getValue
public String getValue()
getDisplay
public String getDisplay()
getValueFromString
public static ImportScheme getValueFromString(String stringValue)
getProperty
public static ImportScheme getProperty(String propertyName)