org.rococoa.cocoa.security
Class CSSM_LIST_ELEMENT.Element_union

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.sun.jna.Union
          extended by com.ochafik.lang.jnaerator.runtime.Union<CSSM_LIST_ELEMENT.Element_union,CSSM_LIST_ELEMENT.Element_union.ByValue,CSSM_LIST_ELEMENT.Element_union.ByReference>
              extended by org.rococoa.cocoa.security.CSSM_LIST_ELEMENT.Element_union
All Implemented Interfaces:
StructureType, StructureTypeDependent
Direct Known Subclasses:
CSSM_LIST_ELEMENT.Element_union.ByReference, CSSM_LIST_ELEMENT.Element_union.ByValue
Enclosing class:
CSSM_LIST_ELEMENT

public static class CSSM_LIST_ELEMENT.Element_union
extends Union<CSSM_LIST_ELEMENT.Element_union,CSSM_LIST_ELEMENT.Element_union.ByValue,CSSM_LIST_ELEMENT.Element_union.ByReference>


Nested Class Summary
static class CSSM_LIST_ELEMENT.Element_union.ByReference
           
static class CSSM_LIST_ELEMENT.Element_union.ByValue
           
 
Field Summary
 CSSM_LIST Sublist
          sublist
C type : CSSM_LIST
 CSSM_DATA Word
          a byte-string
C type : CSSM_DATA
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
CSSM_LIST_ELEMENT.Element_union()
           
CSSM_LIST_ELEMENT.Element_union(CSSM_DATA Word)
           
CSSM_LIST_ELEMENT.Element_union(CSSM_LIST Sublist)
           
 
Method Summary
static CSSM_LIST_ELEMENT.Element_union[] newArray(int arrayLength)
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Union
byReference, byValue, castToArray, castToArray, castToArray, clone, newArray, read, setDependency, toArray, toArray, toArray, use, use, use, use, write
 
Methods inherited from class com.sun.jna.Union
getTypedValue, readField, setType, setTypedValue, writeField, writeField
 
Methods inherited from class com.sun.jna.Structure
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, setAutoRead, setAutoSynch, setAutoWrite, size, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ochafik.lang.jnaerator.runtime.StructureType
getPointer, size
 

Field Detail

Sublist

public CSSM_LIST Sublist
sublist
C type : CSSM_LIST


Word

public CSSM_DATA Word
a byte-string
C type : CSSM_DATA

Constructor Detail

CSSM_LIST_ELEMENT.Element_union

public CSSM_LIST_ELEMENT.Element_union()

CSSM_LIST_ELEMENT.Element_union

public CSSM_LIST_ELEMENT.Element_union(CSSM_LIST Sublist)
Parameters:
Sublist - sublist
C type : CSSM_LIST

CSSM_LIST_ELEMENT.Element_union

public CSSM_LIST_ELEMENT.Element_union(CSSM_DATA Word)
Parameters:
Word - a byte-string
C type : CSSM_DATA
Method Detail

newArray

public static CSSM_LIST_ELEMENT.Element_union[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.