Class OperationFileDeleteValueHolder
- java.lang.Object
-
- de.uplanet.lucy.server.dataobjects.impl.AbstractOperationFileValueHolder
-
- de.uplanet.lucy.server.dataobjects.impl.OperationFileDeleteValueHolder
-
- All Implemented Interfaces:
IObjectValueHolder
,IOperationFileValueHolder
,IValueHolder<List<de.uplanet.lucy.server.file.action.IOperationFile>>
public final class OperationFileDeleteValueHolder extends AbstractOperationFileValueHolder
-
-
Field Summary
Fields Modifier and Type Field Description static OperationFileDeleteValueHolder
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.uplanet.lucy.server.file.action.FILE_OPERATION
getOperation()
boolean
hasValue()
Check if this value holder currently holds data or not.-
Methods inherited from class de.uplanet.lucy.server.dataobjects.impl.AbstractOperationFileValueHolder
getAddFileCount, getCanonicalLexicalRepresentation, getDeleteFileCount, getRawValue, getType, getValue
-
-
-
-
Field Detail
-
INSTANCE
public static final OperationFileDeleteValueHolder INSTANCE
-
-
Method Detail
-
getOperation
public de.uplanet.lucy.server.file.action.FILE_OPERATION getOperation()
- Returns:
- Returns the file operation mode.
-
hasValue
public boolean hasValue()
Description copied from interface:IValueHolder
Check if this value holder currently holds data or not.- Specified by:
hasValue
in interfaceIValueHolder<List<de.uplanet.lucy.server.file.action.IOperationFile>>
- Overrides:
hasValue
in classAbstractOperationFileValueHolder
- Returns:
true
if the data holder holds data, orfalse
otherwise.
-
-