Uses of Class
com.openinventor.inventor.nodes.SoWWWAnchor.Mappings
-
Packages that use SoWWWAnchor.Mappings Package Description com.openinventor.inventor.nodes -
-
Uses of SoWWWAnchor.Mappings in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoWWWAnchor.Mappings Modifier and Type Field Description SoSFEnum<SoWWWAnchor.Mappings>
SoWWWAnchor. map
Specifies what additional information should be added to the end of the URL when passed back to the application for fetching.Methods in com.openinventor.inventor.nodes that return SoWWWAnchor.Mappings Modifier and Type Method Description static SoWWWAnchor.Mappings
SoWWWAnchor.Mappings. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoWWWAnchor.Mappings
SoWWWAnchor.Mappings. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoWWWAnchor.Mappings[]
SoWWWAnchor.Mappings. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-