Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

weblogic.wsee.policy.framework
Class OperatorType

java.lang.Object
  extended by weblogic.wsee.policy.framework.OperatorType
All Implemented Interfaces:
Externalizable, Serializable

public class OperatorType
extends Object
implements Externalizable

See Also:
Serialized Form

Field Summary
static OperatorType ALL
           
static OperatorType EXACTLY_ONE
           
static OperatorType ONE_OR_MORE
           
static OperatorType TERMINAL
           
 
Method Summary
 void readExternal(ObjectInput in)
          implement readExternal() of Externalizable interface
 String toString()
           
 void writeExternal(ObjectOutput out)
          implement writeExternal() of Externalizable interface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ALL

public static final OperatorType ALL

ONE_OR_MORE

public static final OperatorType ONE_OR_MORE

EXACTLY_ONE

public static final OperatorType EXACTLY_ONE

TERMINAL

public static final OperatorType TERMINAL
Method Detail

toString

public String toString()
Overrides:
toString in class Object

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
implement readExternal() of Externalizable interface

Specified by:
readExternal in interface Externalizable
Parameters:
in -
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
implement writeExternal() of Externalizable interface

Specified by:
writeExternal in interface Externalizable
Parameters:
out -
Throws:
IOException

Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01