Uses of Class
com.bea.tuxedo.control.TuxedoControl.AccessorName

Packages that use TuxedoControl.AccessorName
com.bea.tuxedo.control   
 

Uses of TuxedoControl.AccessorName in com.bea.tuxedo.control
 

Fields in com.bea.tuxedo.control declared as TuxedoControl.AccessorName
protected  TuxedoControl.AccessorName Serializer._conventions
           
protected  TuxedoControl.AccessorName Deserializer._conventions
           
 

Methods in com.bea.tuxedo.control that return TuxedoControl.AccessorName
static TuxedoControl.AccessorName TuxedoControl.AccessorName.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TuxedoControl.AccessorName[] TuxedoControl.AccessorName.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.bea.tuxedo.control with parameters of type TuxedoControl.AccessorName
static String Accessors.getterNameToField(String methodName, TuxedoControl.AccessorName conventions)
          See if a name has the form of a JavaBean style getter.
static String Accessors.setterNameToField(String methodName, TuxedoControl.AccessorName conventions)
          See if a name has the form of a JavaBean style setter.
 

Constructors in com.bea.tuxedo.control with parameters of type TuxedoControl.AccessorName
Deserializer(weblogic.wtc.jatmi.TypedBuffer buff, TuxedoControl.MappingStrictness strictness, List issues, TuxedoControl.AccessorName conv, TuxedoControl.DebugLevel logLev)
           
FieldDeserializer(weblogic.wtc.jatmi.FML buff, TuxedoControl.MappingStrictness strict, List issues, weblogic.wtc.jatmi.FldTbl[] fldTables, TuxedoControl.AccessorName conv, TuxedoControl.DebugLevel logLev)
          Constructor for FML buffers.
FieldDeserializer(weblogic.wtc.jatmi.TypedBuffer buff, TuxedoControl.MappingStrictness strict, List issues, TuxedoControl.AccessorName conv, TuxedoControl.DebugLevel logLev)
          Constructor for View or View32 buffers.
FieldSerializer(weblogic.wtc.jatmi.FML buff, TuxedoControl.MappingStrictness strict, List issues, weblogic.wtc.jatmi.FldTbl[] fldTables, TuxedoControl.AccessorName conv, TuxedoControl.DebugLevel logLev)
          Constructor for FML buffers.
FieldSerializer(weblogic.wtc.jatmi.TypedBuffer buff, TuxedoControl.MappingStrictness strict, List issues, TuxedoControl.AccessorName conv, TuxedoControl.DebugLevel logLev)
          Constructor for View or View32 buffers.
JavaClassSerialize(Class myClass, TuxedoControl.AccessorName conv)
          Constructor.
JavaClassValidate(ReferenceType iref, TuxedoControl.AccessorName conv, AnnotationProcessorEnvironment aptEnv, MethodDeclaration method)
          Constructor.
Serializer(weblogic.wtc.jatmi.TypedBuffer buff, TuxedoControl.MappingStrictness strict, List issues, TuxedoControl.AccessorName conv, TuxedoControl.DebugLevel logLev)
           
TuxClassViewSerialize(Object buffer, TuxedoControl.AccessorName conv)
          Constructor.
TuxClassViewValidate(HashMap table, TuxedoControl.AccessorName conv)
          Constructor that takes an already generated table
TuxClassViewValidate(TypeDeclaration tuxClass, TuxedoControl.AccessorName conv, AnnotationProcessorEnvironment env)
          Constructor.
TuxValidateField(MethodDeclaration methodDecl, AnnotationProcessorEnvironment procEnv, ITuxClass fields, TuxedoControl.MappingStrictness strict, boolean fml, TuxedoControl.AccessorName conv)
          Constructor.