Xj3D 2.0 VRML/X3D Code API

org.web3d.x3d.sai
Interface X3DProductStructureChildNode

All Superinterfaces:
X3DChildNode, X3DNode
All Known Subinterfaces:
CADAssembly, CADFace, CADPart

public interface X3DProductStructureChildNode
extends X3DChildNode

Defines the requirements of an X3DProductStructureChildNode abstract node type

Version:
$Revision: 1.1 $
Author:
Rex Melton

Method Summary
 java.lang.String getName()
          Return the name String value.
 void setName(java.lang.String val)
          Set the name field.
 
Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
 

Method Detail

getName

java.lang.String getName()
Return the name String value.

Returns:
The name String value.

setName

void setName(java.lang.String val)
Set the name field.

Parameters:
val - The String to set.

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium