com.hyper9.simdk.codegen
Class Constants

java.lang.Object
  extended by com.hyper9.simdk.codegen.Constants

public abstract class Constants
extends Object


Field Summary
static Class<?> AXIS_FAULT_CLASS
          A reference to the class "org.apache.axis.AxisFault".
static Class<?> DYNAMIC_DATA_CLASS
          A reference to the class "com.vmware.vim.DynamicData".
static String EQUALS_METHOD
           
static Pattern FIELD_NAME_PATT
          A pattern used to match the setFieldName calls in the source files of classes that inherit from DynamicData or MethodFault.
static Class<?> MANAGED_OBJECT_CLASS
          A reference to the class "com.vmware.vim.managedobject.ManagedObject".
static Class<?> METHOD_FAULT_CLASS
          A reference to the class "com.vmware.vim.MethodFault".
static String SERIAL_UID_PATT
          The pattern for printing a serial UID.
static Class<?> VIM_BINDING_STUB_CLASS
          A reference to the class "com.vmware.vim.VimBindingStub".
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD_NAME_PATT

public static final Pattern FIELD_NAME_PATT
A pattern used to match the setFieldName calls in the source files of classes that inherit from DynamicData or MethodFault.


SERIAL_UID_PATT

public static final String SERIAL_UID_PATT
The pattern for printing a serial UID.

See Also:
Constant Field Values

DYNAMIC_DATA_CLASS

public static Class<?> DYNAMIC_DATA_CLASS
A reference to the class "com.vmware.vim.DynamicData".


MANAGED_OBJECT_CLASS

public static Class<?> MANAGED_OBJECT_CLASS
A reference to the class "com.vmware.vim.managedobject.ManagedObject".


VIM_BINDING_STUB_CLASS

public static Class<?> VIM_BINDING_STUB_CLASS
A reference to the class "com.vmware.vim.VimBindingStub".


METHOD_FAULT_CLASS

public static Class<?> METHOD_FAULT_CLASS
A reference to the class "com.vmware.vim.MethodFault".


AXIS_FAULT_CLASS

public static Class<?> AXIS_FAULT_CLASS
A reference to the class "org.apache.axis.AxisFault".


EQUALS_METHOD

public static String EQUALS_METHOD
Constructor Detail

Constants

public Constants()


Copyright © 2009-2010 Hyper9. All Rights Reserved.