org.omg.CosTrading.LookupPackage

Class HowManyProps

Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class HowManyProps
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of enum "HowManyProps"

Author:
JacORB IDL compiler

Field Summary

static int
_all
static int
_none
static int
_some
static HowManyProps
all
static HowManyProps
none
static HowManyProps
some

Constructor Summary

HowManyProps(int i)

Method Summary

static HowManyProps
from_int(int value)
int
value()

Field Details

_all

public static final int _all

Field Value:
2


_none

public static final int _none

Field Value:
0


_some

public static final int _some

Field Value:
1


all

public static final HowManyProps all


none

public static final HowManyProps none


some

public static final HowManyProps some

Constructor Details

HowManyProps

protected HowManyProps(int i)

Method Details

from_int

public static HowManyProps from_int(int value)


value

public int value()