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

Part Number E41849-02

weblogic.wsee.policy.framework
Class OperatorType

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

Deprecated.

public class OperatorType
extends Object
implements Externalizable

See Also:
Serialized Form

Field Summary
static OperatorType ALL
          Deprecated.  
static OperatorType EXACTLY_ONE
          Deprecated.  
static OperatorType ONE_OR_MORE
          Deprecated.  
static OperatorType TERMINAL
          Deprecated.  
 
Constructor Summary
OperatorType()
          Deprecated.  
 
Method Summary
 void readExternal(ObjectInput in)
          Deprecated. implement readExternal() of Externalizable interface
 String toString()
          Deprecated.  
 void writeExternal(ObjectOutput out)
          Deprecated. 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
Deprecated. 

ONE_OR_MORE

public static final OperatorType ONE_OR_MORE
Deprecated. 

EXACTLY_ONE

public static final OperatorType EXACTLY_ONE
Deprecated. 

TERMINAL

public static final OperatorType TERMINAL
Deprecated. 
Constructor Detail

OperatorType

public OperatorType()
Deprecated. 
Method Detail

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object

readExternal

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

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

writeExternal

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

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

Copyright 1996, 2014, 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.3)

Part Number E41849-02