Java 2 Útikalauz programozóknak 5.0

elte.java2_utikalauz5.corba
TeherautoHelper osztály

java.lang.Object
  extended by elte.java2_utikalauz5.corba.TeherautoHelper

public abstract class TeherautoHelper
extends Object

elte/java2_utikalauz5/corba/TeherautoHelper.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from jarmu.idl 2009. március 13. 8:51:51 CET


Mezők
private static TypeCode __typeCode
           
private static String _id
           
 
Konstruktorok
TeherautoHelper()
           
 
Metódusok
static Teherauto extract(Any a)
           
static String id()
           
static void insert(Any a, Teherauto that)
           
static Teherauto narrow(Object obj)
           
static Teherauto read(InputStream istream)
           
static TypeCode type()
           
static Teherauto unchecked_narrow(Object obj)
           
static void write(OutputStream ostream, Teherauto value)
           
 
java.lang.Object osztálytól örökölt metódusok
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Mezők részletezése

_id

private static String _id

__typeCode

private static TypeCode __typeCode
Konstruktorok részletezése

TeherautoHelper

public TeherautoHelper()
Metódusok részletezése

insert

public static void insert(Any a,
                          Teherauto that)

extract

public static Teherauto extract(Any a)

type

public static TypeCode type()

id

public static String id()

read

public static Teherauto read(InputStream istream)

write

public static void write(OutputStream ostream,
                         Teherauto value)

narrow

public static Teherauto narrow(Object obj)

unchecked_narrow

public static Teherauto unchecked_narrow(Object obj)

Java 2 Útikalauz programozóknak 5.0