| Modifier and Type | Method and Description |
|---|---|
EContinue |
IChangeNotify.beforeChange(DATATYPE aObjectToChange)
Called before the object will be changed.
|
| Modifier and Type | Method and Description |
|---|---|
protected EContinue |
MapBasedAttributeContainer.onBeforeRemoveAttribute(String sName)
Internal callback method that can be used to avoid removal of an attribute.
|
protected EContinue |
MapBasedAttributeContainer.onBeforeSetAttributeValue(String sName,
Object aValue)
Internal callback method that can be used to check constraints on an
attribute name or value.
|
| Modifier and Type | Method and Description |
|---|---|
EContinue |
IMicroTypeConverterCallback.call(Class<?> aClass,
IMicroTypeConverter aConverter)
Invoked for each converter.
|
| Modifier and Type | Method and Description |
|---|---|
EContinue |
ISerializationConverterCallback.call(Class<?> aClass,
ISerializationConverter aConverter)
Invoked for each converter.
|
| Modifier and Type | Method and Description |
|---|---|
EContinue |
EContinue.and(IContinueIndicator aContinue) |
EContinue |
EContinue.or(IContinueIndicator aContinue) |
static EContinue |
EContinue.valueOf(boolean bContinue) |
static EContinue |
EContinue.valueOf(IContinueIndicator aContinueIndicator) |
static EContinue |
EContinue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EContinue[] |
EContinue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EContinue |
ITypeConverterCallback.call(Class<?> aSrcClass,
Class<?> aDstClass,
ITypeConverter aConverter) |
Copyright © 2006–2014 phloc systems. All rights reserved.