ariba.util.fieldtype
Class MethodSpecification

java.lang.Object
  extended by ariba.util.fieldtype.MethodSpecification
Direct Known Subclasses:
AllMethodSpecification, CompositeMethodSpecification, SimpleMethodSpecification

public abstract class MethodSpecification
extends java.lang.Object

Abstract representation of a method specification.


Field Summary
static MethodSpecification AlwaysFalseMethodSpecification
           
 
Constructor Summary
MethodSpecification()
           
 
Method Summary
abstract  boolean isSatisfiedBy(java.lang.reflect.Method method)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AlwaysFalseMethodSpecification

public static final MethodSpecification AlwaysFalseMethodSpecification
Constructor Detail

MethodSpecification

public MethodSpecification()
Method Detail

isSatisfiedBy

public abstract boolean isSatisfiedBy(java.lang.reflect.Method method)


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.