Interface IFileValueHolder
- All Superinterfaces:
- IObjectValueHolder,- IValueHolder<de.uplanet.lucy.server.util.IVHFileDescriptors>
- All Known Implementing Classes:
- FileValueHolder
public interface IFileValueHolder
extends IValueHolder<de.uplanet.lucy.server.util.IVHFileDescriptors>, IObjectValueHolder
- 
Method SummaryModifier and TypeMethodDescriptionde.uplanet.lucy.server.util.IVHFileDescriptorsReturns a IVHFIleDescriptor instance.booleanMethods inherited from interface de.uplanet.lucy.server.dataobjects.IValueHoldergetCanonicalLexicalRepresentation, getType, getValue, hasValue
- 
Method Details- 
isSingleFileboolean isSingleFile()- Returns:
- Returns trueif only one file holds the value holder otherwisefalse.
 
- 
getRawValuede.uplanet.lucy.server.util.IVHFileDescriptors getRawValue()Returns a IVHFIleDescriptor instance. Maybe a empty list, nevernull.- Specified by:
- getRawValuein interface- IValueHolder<de.uplanet.lucy.server.util.IVHFileDescriptors>
- Returns:
- The raw data.
 
- 
getFirstFileIVHFileDescriptor getFirstFile()- Returns:
- Returns the first file descriptor.
 
 
-