public class CustomConfigList
extends exa.bee.config.Versioned
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.util.List<CustomConfig> |
customConfig |
Constructor and Description |
---|
CustomConfigList() |
CustomConfigList(CustomConfigList o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this CustomConfigList.
|
static CustomConfigList |
fromString(java.lang.String s)
String representation of this CustomConfigList.
|
java.util.List<CustomConfig> |
getCustomConfig() |
CustomConfigList |
makeCopy()
Creates and returns a deep copy of this CustomConfigList.
|
static CustomConfigList |
readFrom(java.io.InputStream is)
Read this CustomConfigList from an XML fragment.
|
java.lang.String |
toString()
String representation of this CustomConfigList.
|
CustomConfigList |
withCustomConfig(java.util.Collection<CustomConfig> __values) |
CustomConfigList |
withCustomConfig(CustomConfig... __values) |
CustomConfigList |
withVersion(long version) |
CustomConfigList |
withVersion(java.lang.Long version) |
void |
writeTo(java.io.OutputStream os)
Write this CustomConfigList as an XML fragment
|
public java.util.List<CustomConfig> customConfig
public CustomConfigList()
public CustomConfigList(CustomConfigList o)
public CustomConfigList withVersion(long version)
withVersion
in class exa.bee.config.Versioned
public CustomConfigList withVersion(java.lang.Long version)
withVersion
in class exa.bee.config.Versioned
public java.util.List<CustomConfig> getCustomConfig()
public CustomConfigList withCustomConfig(CustomConfig... __values)
public CustomConfigList withCustomConfig(java.util.Collection<CustomConfig> __values)
public CustomConfigList makeCopy()
makeCopy
in class exa.bee.config.Versioned
public static CustomConfigList readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
writeTo
in class exa.bee.config.Versioned
javax.xml.bind.JAXBException
java.io.IOException
public static CustomConfigList fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class exa.bee.config.Versioned
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class exa.bee.config.Versioned
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.