public class AtlMeta extends Object implements Serializable
PidScript.atlMetaInformation| Modifier and Type | Field and Description |
|---|---|
AtlBase |
atlBase |
AtlDetail |
atlDetail |
List<AtlVariable> |
atlVariables |
List<AtlVersion> |
atlVersions |
| Constructor and Description |
|---|
AtlMeta()
Erzeugt ein Stellvertreter-Objekt mit Standardwerten.
|
AtlMeta(AtlBase atlbase,
AtlDetail atlDetail,
List<AtlVariable> atlVariables,
List<AtlVersion> atlVersions)
Erzeugt ein Stellvertreter Objekt für diese Attributliste
|
| Modifier and Type | Method and Description |
|---|---|
void |
build(Data data)
Trägt die Werte dieses Objekts in das Daten-Objekt ein.
|
static AtlMeta |
getJavaObject(Data data)
Erzeugt ein Java-Objekt aus den übergebenen Daten.
|
void |
set(AtlMeta meta)
Übernimmt die Informationen aus dem übergebenen Meta-Objekt.
|
String |
toString() |
public AtlBase atlBase
public AtlDetail atlDetail
public List<AtlVariable> atlVariables
public List<AtlVersion> atlVersions
public AtlMeta(AtlBase atlbase, AtlDetail atlDetail, List<AtlVariable> atlVariables, List<AtlVersion> atlVersions)
atlbase - Attributliste PidScript.atlBaseatlDetail - Attributliste PidScript.atlDetailInformationatlVariables - Attributliste PidScript.atlVariableatlVersions - Attributliste PidScript.atlVersionpublic AtlMeta()
public void build(Data data)
data - Ziel der Eintragung.public static AtlMeta getJavaObject(Data data)
NoSuchElementExceptiongeworfen werden.data - Daten.data eingetragen sind.public void set(AtlMeta meta)
meta - Informationen über ein Skriptpublic String toString()
toString in class ObjectObject.toString()