Class EXPORT

All Implemented Interfaces:
X3DChildNode, X3DNode

public class EXPORT extends X3DConcreteStatement implements X3DChildNode
Functional summary: EXPORT exposes a local node for ROUTE passing of event values when the current Scene is included via Inline by a parent external world. These connections allow event values to be exchanged via ROUTE statements between a parent model and a child Inline model. This concrete class represents an X3D EXPORT statement. Note atypical upper-case capitalization for this class name.

EXPORT statement tooltip: EXPORT exposes a single local node for external ROUTE passing of event values when the current Scene is included via Inline by a parent external world. These connections allow event values to be exchanged via ROUTE statements between a parent model and a child Inline model.
See Also:
  • Field Details

    • NAME

      public static final String NAME
      String constant NAME provides name of this element: EXPORT.
      See Also:
    • COMPONENT

      public static final String COMPONENT
      String constant COMPONENT defines X3D component for the EXPORT element: Networking
      See Also:
    • LEVEL

      public static final int LEVEL
      Integer constant LEVEL provides default X3D Networking component level for this element: 3
      See Also:
    • AS_DEFAULT_VALUE

      public static final String AS_DEFAULT_VALUE
      SFString field named AS has default value equal to an empty string.
      See Also:
    • LOCALDEF_DEFAULT_VALUE

      public static final String LOCALDEF_DEFAULT_VALUE
      SFString field named localDEF has default value equal to an empty string.
      See Also:
  • Constructor Details

    • EXPORT

      public EXPORT()
      Constructor for EXPORT to initialize member variables with default values.
  • Method Details