org.omg.model1.code
Class DirectionKind

java.lang.Object
  extended by org.omg.model1.code.DirectionKind

public class DirectionKind
extends Object

The DirectionKind class defines the possible directions of information transfer for Operation and Exception Parameters as defined by the OMG Meta Object Facility (MOF) Specification.


Field Summary
static String IN_DIR
           
static String INOUT_DIR
           
static String OUT_DIR
           
static String RETURN_DIR
           
 
Constructor Summary
protected DirectionKind()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IN_DIR

public static final String IN_DIR
See Also:
Constant Field Values

OUT_DIR

public static final String OUT_DIR
See Also:
Constant Field Values

INOUT_DIR

public static final String INOUT_DIR
See Also:
Constant Field Values

RETURN_DIR

public static final String RETURN_DIR
See Also:
Constant Field Values
Constructor Detail

DirectionKind

protected DirectionKind()


This software is published under the BSD license. Copyright © 2003-2008, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.