de.bsvrz.kex.wfs.wfs
Class ExportObjektDefinition

java.lang.Object
  extended by de.bsvrz.kex.wfs.wfs.ExportObjektDefinition

public final class ExportObjektDefinition
extends Object

Klasse definiert Konstanten zum Zugriff auf die Definition der zu exportierenden Objekte.

Version:
$Id: ExportObjektDefinition.java 8182 2008-04-14 16:05:19Z gieseler $
Author:
BitCtrl Systems GmbH, Gieseler

Field Summary
static int ASP
          Index zum Zugriff auf den Aspekt.
static int ATG
          Index zum Zugriff auf die Attributgruppe.
static int TYP
          Index zum Zugriff auf der Typ.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYP

public static final int TYP
Index zum Zugriff auf der Typ.

See Also:
Constant Field Values

ATG

public static final int ATG
Index zum Zugriff auf die Attributgruppe.

See Also:
Constant Field Values

ASP

public static final int ASP
Index zum Zugriff auf den Aspekt.

See Also:
Constant Field Values