Oracle Fusion Middleware User Messaging Service 11.1.1.3.0 Java API Reference
E14011-02

oracle.sdp.messaging.userprefs
Class RuleTermType

java.lang.Object
  extended by oracle.sdp.messaging.userprefs.RuleTermType
All Implemented Interfaces:
Serializable

public abstract class RuleTermType
extends java.lang.Object
implements Serializable

Since:
11.0.0 RuleTermType is a public metadata object describing the type information associated with "RuleTerm".
See Also:
Serialized Form

Constructor Summary
RuleTermType()
           
 
Method Summary
 java.lang.String getJavaClassName()
           
 java.lang.String getName()
           
 int getTypeId()
           
 Iterator<TermOperationType> getValidOperations()
           
 boolean isSameType(RuleTermType anotherType)
           
 boolean isValidOperation(TermOperationType t)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleTermType

public RuleTermType()
Method Detail

getJavaClassName

public java.lang.String getJavaClassName()

getName

public java.lang.String getName()

getTypeId

public int getTypeId()

getValidOperations

public Iterator<TermOperationType> getValidOperations()

isSameType

public boolean isSameType(RuleTermType anotherType)

isValidOperation

public boolean isValidOperation(TermOperationType t)

Oracle Fusion Middleware User Messaging Service 11.1.1.3.0 Java API Reference
E14011-02

Copyright © 2010 Oracle and/or its affiliates. All rights reserved.