Uses of Enum
org.jbox2d.serialization.UnsupportedObjectException.Type
Packages that use UnsupportedObjectException.Type
-
Uses of UnsupportedObjectException.Type in org.jbox2d.serialization
Subclasses with type arguments of type UnsupportedObjectException.Type in org.jbox2d.serializationFields in org.jbox2d.serialization declared as UnsupportedObjectException.TypeMethods in org.jbox2d.serialization that return UnsupportedObjectException.TypeModifier and TypeMethodDescriptionUnsupportedObjectException.Type.valueOf(java.lang.String name) Returns the enum constant of this type with the specified name.static UnsupportedObjectException.Type[]UnsupportedObjectException.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jbox2d.serialization with parameters of type UnsupportedObjectException.TypeModifierConstructorDescriptionUnsupportedObjectException(java.lang.String argMessage, UnsupportedObjectException.Type argType)