public class MetaDescList
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
logic |
java.util.List<MetaDesc> |
metaDesc |
Constructor and Description |
---|
MetaDescList() |
MetaDescList(MetaDescList o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this MetaDescList.
|
static MetaDescList |
fromString(java.lang.String s)
String representation of this MetaDescList.
|
java.lang.String |
getLogic()
Search logic for which this list is valid.
|
java.util.List<MetaDesc> |
getMetaDesc()
The list of valid metas in this introspection query.
|
java.util.Map<java.lang.String,MetaDesc> |
getMetaDescAsMap()
Get the map of MetaDesc, indexed by name
|
MetaDesc |
getMetaDescByName(java.lang.String _lookup)
Get the MetaDesc for which the name matches _lookup
|
MetaDescList |
makeCopy()
Creates and returns a deep copy of this MetaDescList.
|
static MetaDescList |
readFrom(java.io.InputStream is)
Read this MetaDescList from an XML fragment.
|
boolean |
removeMetaDescByName(java.lang.String _lookup)
Removes the MetaDesc for which the name matches _lookup
|
void |
setLogic(java.lang.String logic)
Search logic for which this list is valid.
|
java.lang.String |
toString()
String representation of this MetaDescList.
|
MetaDescList |
withLogic(java.lang.String logic) |
MetaDescList |
withMetaDesc(java.util.Collection<MetaDesc> __values) |
MetaDescList |
withMetaDesc(MetaDesc... __values)
The list of valid metas in this introspection query.
|
void |
writeTo(java.io.OutputStream os)
Write this MetaDescList as an XML fragment
|
public java.lang.String logic
public java.util.List<MetaDesc> metaDesc
public MetaDescList()
public MetaDescList(MetaDescList o)
public void setLogic(java.lang.String logic)
public java.lang.String getLogic()
public MetaDescList withLogic(java.lang.String logic)
public java.util.List<MetaDesc> getMetaDesc()
public MetaDesc getMetaDescByName(java.lang.String _lookup)
public java.util.Map<java.lang.String,MetaDesc> getMetaDescAsMap()
public boolean removeMetaDescByName(java.lang.String _lookup)
public MetaDescList withMetaDesc(MetaDesc... __values)
public MetaDescList withMetaDesc(java.util.Collection<MetaDesc> __values)
public MetaDescList makeCopy()
public static MetaDescList 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
javax.xml.bind.JAXBException
java.io.IOException
public static MetaDescList 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 java.lang.Object
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.