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>>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionde.uplanet.lucy.server.file.action.FILE_OPERATIONbooleanhasValue()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:IValueHolderCheck if this value holder currently holds data or not.- Specified by:
hasValuein interfaceIValueHolder<List<de.uplanet.lucy.server.file.action.IOperationFile>>- Overrides:
hasValuein classAbstractOperationFileValueHolder- Returns:
trueif the data holder holds data, orfalseotherwise.
-