com.jniwrapper.win32.com.types
Class LocaleID

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.ad
          extended bycom.jniwrapper.UInt32
              extended bycom.jniwrapper.win32.com.types.LocaleID
All Implemented Interfaces:
IntegerParameter

public class LocaleID
extends UInt32

The class represents a locale identifier.

See Also:
Microsoft COM SDK documentation

Field Summary
static LocaleID LOCALE_SYSTEM_DEFAULT
          Predefined locale identifier for the system default locale.
static LocaleID LOCALE_USER_DEFAULT
          Predefined locale identifier for the locale of the current user.
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
LocaleID()
           
LocaleID(IntegerParameter t)
           
LocaleID(long value)
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class com.jniwrapper.UInt32
getLength, getValue, read, setValue, write
 
Methods inherited from class com.jniwrapper.ad
equals, getDebugInfo, hashCode, toLong, toString
 
Methods inherited from class com.jniwrapper.Parameter
, a, a, acceptIOPerformer, asReturnValue, b, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, indent, pop, push, read, read, setDataBuffer, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

LOCALE_SYSTEM_DEFAULT

public static final LocaleID LOCALE_SYSTEM_DEFAULT
Predefined locale identifier for the system default locale.


LOCALE_USER_DEFAULT

public static final LocaleID LOCALE_USER_DEFAULT
Predefined locale identifier for the locale of the current user.

Constructor Detail

LocaleID

public LocaleID()

LocaleID

public LocaleID(long value)

LocaleID

public LocaleID(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()