Uses of Class
org.jboss.marshalling.serial.Serial.FieldType
-
Packages that use Serial.FieldType Package Description org.jboss.marshalling.serial -
-
Uses of Serial.FieldType in org.jboss.marshalling.serial
Fields in org.jboss.marshalling.serial declared as Serial.FieldType Modifier and Type Field Description private Serial.FieldType
Serial.FieldInfo. type
Methods in org.jboss.marshalling.serial that return Serial.FieldType Modifier and Type Method Description static Serial.FieldType
Serial.FieldType. fromTypeCode(int typeCode)
static Serial.FieldType
Serial.FieldType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Serial.FieldType[]
Serial.FieldType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-