public static class ComponentIntrospectionQuery.DefaultConfig extends java.lang.Object implements java.lang.Iterable<KeyValue>, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.List<KeyValue> |
keyValue |
Constructor and Description |
---|
DefaultConfig() |
DefaultConfig(ComponentIntrospectionQuery.DefaultConfig o) |
Modifier and Type | Method and Description |
---|---|
java.util.List<KeyValue> |
getKeyValue() |
boolean |
isEmpty() |
java.util.Iterator<KeyValue> |
iterator() |
ComponentIntrospectionQuery.DefaultConfig |
makeCopy() |
void |
setKeyValue(java.util.List<KeyValue> __value) |
ComponentIntrospectionQuery.DefaultConfig |
withKeyValue(java.util.List<KeyValue> __value) |
protected java.util.List<KeyValue> keyValue
public DefaultConfig()
public DefaultConfig(ComponentIntrospectionQuery.DefaultConfig o)
public ComponentIntrospectionQuery.DefaultConfig makeCopy()
public java.util.Iterator<KeyValue> iterator()
iterator
in interface java.lang.Iterable<KeyValue>
public boolean isEmpty()
public java.util.List<KeyValue> getKeyValue()
public void setKeyValue(java.util.List<KeyValue> __value)
public ComponentIntrospectionQuery.DefaultConfig withKeyValue(java.util.List<KeyValue> __value)
Copyright © 2021 Dassault Systèmes, All Rights Reserved.