org.apache.bval.model
Interface DynaType

All Superinterfaces:
Type
All Known Implementing Classes:
DynaTypeEnum

public interface DynaType
extends Type

Description: implementation of a dynamic type. can be used inside a MetaProperty for instance-based types


Method Summary
 Type getRawType()
          Resolve the type indirection.
 

Method Detail

getRawType

Type getRawType()
Resolve the type indirection.

Returns:
Type


Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.