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 SummaryFields
- 
Method SummaryModifier 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.AbstractOperationFileValueHoldergetAddFileCount, getCanonicalLexicalRepresentation, getDeleteFileCount, getRawValue, getType, getValue
- 
Field Details- 
INSTANCE
 
- 
- 
Method Details- 
getOperationpublic de.uplanet.lucy.server.file.action.FILE_OPERATION getOperation()- Returns:
- Returns the file operation mode.
 
- 
hasValuepublic boolean hasValue()Description copied from interface:IValueHolderCheck if this value holder currently holds data or not.- Specified by:
- hasValuein interface- IValueHolder<List<de.uplanet.lucy.server.file.action.IOperationFile>>
- Overrides:
- hasValuein class- AbstractOperationFileValueHolder
- Returns:
- trueif the data holder holds data, or- falseotherwise.
 
 
-