public class ModelCloudSet extends de.uniks.networkparser.list.SimpleSet<ModelCloud>
| Modifier and Type | Field and Description |
|---|---|
static ModelCloudSet |
EMPTY_SET |
| Constructor and Description |
|---|
ModelCloudSet() |
ModelCloudSet(java.util.Collection<ModelCloud> objects) |
ModelCloudSet(ModelCloud... objects) |
| Modifier and Type | Method and Description |
|---|---|
ModelCloudSet |
filterAcceptPort(int value)
Loop through the current set of ModelCloud objects and collect those ModelCloud objects where the acceptPort attribute matches the parameter value.
|
ModelCloudSet |
filterAcceptPort(int lower,
int upper)
Loop through the current set of ModelCloud objects and collect those ModelCloud objects where the acceptPort attribute is between lower and upper.
|
ModelCloudSet |
filterHostName(java.lang.String value)
Loop through the current set of ModelCloud objects and collect those ModelCloud objects where the hostName attribute matches the parameter value.
|
ModelCloudSet |
filterHostName(java.lang.String lower,
java.lang.String upper)
Loop through the current set of ModelCloud objects and collect those ModelCloud objects where the hostName attribute is between lower and upper.
|
ModelCloudPO |
filterModelCloudPO() |
intList |
getAcceptPort() |
java.lang.String |
getEntryType() |
de.uniks.networkparser.list.StringList |
getHostName() |
ModelSpaceProxySet |
getModelSpaces() |
ModelCloudProxySet |
getServers() |
ModelCloudSet |
hasAcceptPort(int value) |
ModelCloudSet |
hasAcceptPort(int lower,
int upper) |
ModelCloudSet |
hasHostName(java.lang.String value) |
ModelCloudSet |
hasHostName(java.lang.String lower,
java.lang.String upper) |
ModelCloudPO |
hasModelCloudPO() |
ModelCloudSet |
hasModelSpaces(java.lang.Object value) |
ModelCloudSet |
hasServers(java.lang.Object value) |
ModelCloudSet |
with(java.lang.Object value) |
ModelCloudSet |
withAcceptPort(int value) |
ModelCloudSet |
withHostName(java.lang.String value) |
ModelCloudSet |
withModelSpaces(ModelSpaceProxy value) |
ModelCloudSet |
without(ModelCloud value) |
ModelCloudSet |
withoutModelSpaces(ModelSpaceProxy value) |
ModelCloudSet |
withoutServers(ModelCloudProxy value) |
ModelCloudSet |
withServers(ModelCloudProxy 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 ModelCloudSet EMPTY_SET
public ModelCloudSet()
public ModelCloudSet(ModelCloud... objects)
public ModelCloudSet(java.util.Collection<ModelCloud> objects)
public ModelCloudPO hasModelCloudPO()
public java.lang.String getEntryType()
public ModelCloudSet with(java.lang.Object value)
public ModelCloudSet without(ModelCloud value)
public intList getAcceptPort()
public ModelCloudSet hasAcceptPort(int value)
public ModelCloudSet hasAcceptPort(int lower, int upper)
public ModelCloudSet withAcceptPort(int value)
public ModelCloudProxySet getServers()
public ModelCloudSet hasServers(java.lang.Object value)
public ModelCloudSet withServers(ModelCloudProxy value)
public ModelCloudSet withoutServers(ModelCloudProxy value)
public ModelSpaceProxySet getModelSpaces()
public ModelCloudSet hasModelSpaces(java.lang.Object value)
public ModelCloudSet withModelSpaces(ModelSpaceProxy value)
public ModelCloudSet withoutModelSpaces(ModelSpaceProxy value)
public de.uniks.networkparser.list.StringList getHostName()
public ModelCloudSet hasHostName(java.lang.String value)
public ModelCloudSet hasHostName(java.lang.String lower, java.lang.String upper)
public ModelCloudSet withHostName(java.lang.String value)
public ModelCloudPO filterModelCloudPO()
public ModelCloudSet filterHostName(java.lang.String value)
value - Search valuepublic ModelCloudSet filterHostName(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper boundpublic ModelCloudSet filterAcceptPort(int value)
value - Search valuepublic ModelCloudSet filterAcceptPort(int lower, int upper)
lower - Lower boundupper - Upper bound