Class OperationFileRefreshValueHolder
java.lang.Object
de.uplanet.lucy.server.dataobjects.impl.AbstractOperationFileValueHolder
de.uplanet.lucy.server.dataobjects.impl.OperationFileRefreshValueHolder
- All Implemented Interfaces:
IObjectValueHolder
,IOperationFileValueHolder
,IValueHolder<List<de.uplanet.lucy.server.file.action.IOperationFile>>
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionde.uplanet.lucy.server.file.action.FILE_OPERATION
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 Details
-
INSTANCE
-
-
Method Details
-
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.
-