public final class OperationFileDeleteValueHolder extends AbstractOperationFileValueHolder
Modifier and Type | Field and Description |
---|---|
static OperationFileDeleteValueHolder |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
de.uplanet.lucy.server.file.action.FILE_OPERATION |
getOperation() |
boolean |
hasValue()
Check if this value holder currently holds data or not.
|
getAddFileCount, getCanonicalLexicalRepresentation, getDeleteFileCount, getRawValue, getType, getValue
public static final OperationFileDeleteValueHolder INSTANCE
public de.uplanet.lucy.server.file.action.FILE_OPERATION getOperation()
public boolean hasValue()
IValueHolder
hasValue
in interface IValueHolder<java.util.List<de.uplanet.lucy.server.file.action.IOperationFile>>
hasValue
in class AbstractOperationFileValueHolder
true
if the data holder holds data,
or false
otherwise.