org.tynamo.descriptor.annotation
Class PossibleValuesDescriptorExtension

java.lang.Object
  extended by org.tynamo.descriptor.annotation.ExpressionExtension
      extended by org.tynamo.descriptor.annotation.PossibleValuesDescriptorExtension
All Implemented Interfaces:
Serializable, DescriptorExtension

public class PossibleValuesDescriptorExtension
extends ExpressionExtension

Extension to the property descriptor that holds information about possible values.

Author:
pruggia
See Also:
Serialized Form

Constructor Summary
PossibleValuesDescriptorExtension(String theExpression)
           
PossibleValuesDescriptorExtension(String theExpression, Map context)
           
 
Method Summary
 
Methods inherited from class org.tynamo.descriptor.annotation.ExpressionExtension
evaluateExpresion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PossibleValuesDescriptorExtension

public PossibleValuesDescriptorExtension(String theExpression)

PossibleValuesDescriptorExtension

public PossibleValuesDescriptorExtension(String theExpression,
                                         Map context)


Copyright © 2004-2009. All Rights Reserved.