public class CloudModelFileSet extends de.uniks.networkparser.list.SimpleSet<CloudModelFile>
| Modifier and Type | Field and Description |
|---|---|
static CloudModelFileSet |
EMPTY_SET |
| Constructor and Description |
|---|
CloudModelFileSet() |
CloudModelFileSet(CloudModelFile... objects) |
CloudModelFileSet(java.util.Collection<CloudModelFile> objects) |
| Modifier and Type | Method and Description |
|---|---|
CloudModelFilePO |
filterCloudModelFilePO() |
CloudModelFileSet |
filterFileName(java.lang.String value)
Loop through the current set of CloudModelFile objects and collect those CloudModelFile objects where the fileName attribute matches the parameter value.
|
CloudModelFileSet |
filterFileName(java.lang.String lower,
java.lang.String upper)
Loop through the current set of CloudModelFile objects and collect those CloudModelFile objects where the fileName attribute is between lower and upper.
|
CloudModelFileSet |
filterLastModifiedTime(long value)
Loop through the current set of CloudModelFile objects and collect those CloudModelFile objects where the lastModifiedTime attribute matches the parameter value.
|
CloudModelFileSet |
filterLastModifiedTime(long lower,
long upper)
Loop through the current set of CloudModelFile objects and collect those CloudModelFile objects where the lastModifiedTime attribute is between lower and upper.
|
CloudModelDirectorySet |
getDir() |
java.lang.String |
getEntryType() |
de.uniks.networkparser.list.StringList |
getFileName() |
longList |
getLastModifiedTime() |
CloudModelFilePO |
hasCloudModelFilePO() |
CloudModelFileSet |
hasDir(java.lang.Object value) |
CloudModelFileSet |
hasFileName(java.lang.String value) |
CloudModelFileSet |
hasFileName(java.lang.String lower,
java.lang.String upper) |
CloudModelFileSet |
hasLastModifiedTime(long value) |
CloudModelFileSet |
hasLastModifiedTime(long lower,
long upper) |
CloudModelFileSet |
with(java.lang.Object value) |
CloudModelFileSet |
withDir(CloudModelDirectory value) |
CloudModelFileSet |
withFileName(java.lang.String value) |
CloudModelFileSet |
withLastModifiedTime(long value) |
CloudModelFileSet |
without(CloudModelFile value) |
add, add, addAll, addAll, clone, filter, fireProperty, getNewList, instanceOf, intersection, minus, remove, remove, set, subList, toString, toString, union, with, withListenerceiling, copyEntity, equals, filterItems, hashCode, iterator, iterator, iteratorReverse, listIterator, listIterator, subSet, withListaddHashItem, addKeyValue, checkValue, clear, comparator, contains, containsAll, first, flag, get, getByIndex, getKeyByIndex, getPositionKey, getTypClass, getValue, hashKey, hasKeyAndPos, indexOf, init, init, init, isAllowDuplicate, isAllowEmptyValue, isCaseSensitive, isComparator, isEmpty, isReadOnly, isVisible, last, lastIndexOf, move, pack, parseItem, removeAll, removeByIndex, removeByObject, removeItem, reset, retainAll, setAllowEmptyValue, setFlag, setValue, size, toArray, toArray, toString, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, without, withSize, withType, withVisiblefinalize, getClass, notify, notifyAll, wait, wait, waitpublic static final CloudModelFileSet EMPTY_SET
public CloudModelFileSet()
public CloudModelFileSet(CloudModelFile... objects)
public CloudModelFileSet(java.util.Collection<CloudModelFile> objects)
public CloudModelFilePO hasCloudModelFilePO()
public java.lang.String getEntryType()
public CloudModelFileSet with(java.lang.Object value)
public CloudModelFileSet without(CloudModelFile value)
public de.uniks.networkparser.list.StringList getFileName()
public CloudModelFileSet hasFileName(java.lang.String value)
public CloudModelFileSet hasFileName(java.lang.String lower, java.lang.String upper)
public CloudModelFileSet withFileName(java.lang.String value)
public longList getLastModifiedTime()
public CloudModelFileSet hasLastModifiedTime(long value)
public CloudModelFileSet hasLastModifiedTime(long lower, long upper)
public CloudModelFileSet withLastModifiedTime(long value)
public CloudModelDirectorySet getDir()
public CloudModelFileSet hasDir(java.lang.Object value)
public CloudModelFileSet withDir(CloudModelDirectory value)
public CloudModelFilePO filterCloudModelFilePO()
public CloudModelFileSet filterFileName(java.lang.String value)
value - Search valuepublic CloudModelFileSet filterFileName(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic CloudModelFileSet filterLastModifiedTime(long value)
value - Search valuepublic CloudModelFileSet filterLastModifiedTime(long lower, long upper)
lower - Lower boundupper - Upper bound