Class MetadataSet

All Implemented Interfaces:
MetadataSet, X3DMetadataObject, X3DNode

public class MetadataSet extends X3DConcreteNode implements MetadataSet
The metadata provided by this node is contained in the metadata nodes of the value field.

X3D node tooltip: [X3DNode,X3DMetadataObject] MetadataSet contains a list of Metadata* nodes that each have containerField="value" and together provide information about the parent node of the MetadataSet. Further information about this specific MetadataSet node may be provided by a single child Metadata* node with containerField="metadata".
Package hint: This org.web3d.x3d.jsail concrete class is used for implementing a standalone X3D object as a Plain Old Java Object (POJO). If you are writing Java code for use inside an X3D Script node, compile separate code using only the org.web3d.x3d.sai package instead.
See Also:
  • Field Details

    • NAME

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

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

      public static final int LEVEL
      Integer constant LEVEL provides default X3D Core component level for this element: 1
      See Also:
    • IS_DEFAULT_VALUE

      public static final IS IS_DEFAULT_VALUE
      SFNode field named IS has default value null (Java syntax) or NULL (XML syntax).
    • METADATA_DEFAULT_VALUE

      public static final X3DMetadataObject METADATA_DEFAULT_VALUE
      SFNode field named metadata has default value null (Java syntax) or NULL (XML syntax).
    • NAME_DEFAULT_VALUE

      public static final String NAME_DEFAULT_VALUE
      SFString field named name has default value equal to an empty string.
      See Also:
    • REFERENCE_DEFAULT_VALUE

      public static final String REFERENCE_DEFAULT_VALUE
      SFString field named reference has default value equal to an empty string.
      See Also:
    • containerField_DEFAULT_VALUE

      public static final String containerField_DEFAULT_VALUE
      containerField describes typical field relationship of a node to its parent. Usage is not ordinarily needed when using this API, default value is provided for informational purposes.
      See Also:
    • fromField_IS

      public static final String fromField_IS
      fromField ROUTE name for SFNode field named IS.
      See Also:
    • fromField_METADATA

      public static final String fromField_METADATA
      fromField ROUTE name for SFNode field named metadata.
      See Also:
    • toField_METADATA

      public static final String toField_METADATA
      toField ROUTE name for SFNode field named metadata.
      See Also:
    • fromField_NAME

      public static final String fromField_NAME
      fromField ROUTE name for SFString field named name.
      See Also:
    • toField_NAME

      public static final String toField_NAME
      toField ROUTE name for SFString field named name.
      See Also:
    • fromField_REFERENCE

      public static final String fromField_REFERENCE
      fromField ROUTE name for SFString field named reference.
      See Also:
    • toField_REFERENCE

      public static final String toField_REFERENCE
      toField ROUTE name for SFString field named reference.
      See Also:
    • fromField_VALUE

      public static final String fromField_VALUE
      fromField ROUTE name for MFNode field named value.
      See Also:
    • toField_VALUE

      public static final String toField_VALUE
      toField ROUTE name for MFNode field named value.
      See Also:
  • Constructor Details

    • MetadataSet

      public MetadataSet()
      Constructor for MetadataSet to initialize member variables with default values.
    • MetadataSet

      public MetadataSet(String DEFlabel)
      Utility constructor that assigns DEF label after initializing member variables with default values.
      Parameters:
      DEFlabel - unique DEF name for this X3D node
    • MetadataSet

      public MetadataSet(String DEFlabel, String newName)
      Utility constructor that assigns both DEF label and name, after initializing member variables with default values.
      Parameters:
      DEFlabel - unique DEF name for this X3D node
      newName - name for this meta element
      See Also:
  • Method Details