Uses of Class
com.jrockit.mc.flightrecorder.spi.FieldType

Packages that use FieldType
com.jrockit.mc.flightrecorder.provider   
com.jrockit.mc.flightrecorder.spi   
com.jrockit.mc.flightrecorder.util   
 

Uses of FieldType in com.jrockit.mc.flightrecorder.provider
 

Methods in com.jrockit.mc.flightrecorder.provider that return FieldType
 FieldType Field.getType()
           
 

Methods in com.jrockit.mc.flightrecorder.provider that return types with arguments of type FieldType
 java.util.Collection<FieldType> Values.getFieldTypes()
           
 

Methods in com.jrockit.mc.flightrecorder.provider with parameters of type FieldType
 void Field.setFieldType(FieldType fieldType)
           
 

Method parameters in com.jrockit.mc.flightrecorder.provider with type arguments of type FieldType
 void Values.setFieldTypes(java.util.Collection<FieldType> fieldTypes)
           
 

Uses of FieldType in com.jrockit.mc.flightrecorder.spi
 

Methods in com.jrockit.mc.flightrecorder.spi that return FieldType
 FieldType IField.getType()
          Returns the type of the field.
static FieldType FieldType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FieldType[] FieldType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jrockit.mc.flightrecorder.spi that return types with arguments of type FieldType
 java.util.Collection<FieldType> IValues.getFieldTypes()
          Returns the supported FieldTypes
 

Method parameters in com.jrockit.mc.flightrecorder.spi with type arguments of type FieldType
 void IValues.setFieldTypes(java.util.Collection<FieldType> fieldTypes)
          Sets the supported FieldTypes
 

Uses of FieldType in com.jrockit.mc.flightrecorder.util
 

Constructor parameters in com.jrockit.mc.flightrecorder.util with type arguments of type FieldType
EventValueLookup(java.util.Collection<FieldType> fieldTypes)
           
 



Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.