Class X3DConcreteFieldTypes

java.lang.Object
org.web3d.x3d.jsail.fields.X3DConcreteFieldTypes
All Implemented Interfaces:
X3DFieldTypes

public class X3DConcreteFieldTypes extends Object implements X3DFieldTypes
Methods for constants corresponding to each X3D field type and accessType.

Warning: this is an abstract interface that cannot be instantiated as a concrete object. Java programmers typically only need to use concrete objects provided by the org.web3d.x3d.jsail classes.
Package hint: This specification class is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
See Also:
  • Constructor Details

    • X3DConcreteFieldTypes

      public X3DConcreteFieldTypes()
  • Method Details

    • toAccessTypeString

      public static String toAccessTypeString(int accessType)
      Convert accessType value to string
      Parameters:
      accessType - the accessType enumeration value to convert
      Returns:
      string name for accessType value
    • toFieldString

      public static String toFieldString(int fieldType)
      Convert fieldType value to string
      Parameters:
      fieldType - the fieldType enumeration value to convert
      Returns:
      string name for fieldType value