org.apache.yoko.orb.OB
Class ZeroPortPolicyValue

java.lang.Object
  extended by org.apache.yoko.orb.OB.ZeroPortPolicyValue
All Implemented Interfaces:
Serializable, IDLEntity

public class ZeroPortPolicyValue
extends Object
implements IDLEntity

See Also:
Serialized Form

Field Summary
static boolean _NONZERO_PORT
           
static boolean _ZERO_PORT
           
static ZeroPortPolicyValue NONZERO_PORT
           
static ZeroPortPolicyValue ZERO_PORT
           
 
Constructor Summary
protected ZeroPortPolicyValue(boolean value)
           
 
Method Summary
static ZeroPortPolicyValue from_boolean(boolean value)
           
 boolean value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_ZERO_PORT

public static final boolean _ZERO_PORT
See Also:
Constant Field Values

ZERO_PORT

public static final ZeroPortPolicyValue ZERO_PORT

_NONZERO_PORT

public static final boolean _NONZERO_PORT
See Also:
Constant Field Values

NONZERO_PORT

public static final ZeroPortPolicyValue NONZERO_PORT
Constructor Detail

ZeroPortPolicyValue

protected ZeroPortPolicyValue(boolean value)
Method Detail

value

public boolean value()

from_boolean

public static ZeroPortPolicyValue from_boolean(boolean value)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.