org.chromattic.metamodel.bean
Class SimpleValueInfo<K extends ValueKind>

java.lang.Object
  extended by org.chromattic.metamodel.bean.ValueInfo
      extended by org.chromattic.metamodel.bean.SimpleValueInfo<K>

public class SimpleValueInfo<K extends ValueKind>
extends ValueInfo

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
SimpleValueInfo(org.reflext.api.TypeInfo declaredType, org.reflext.api.TypeInfo effectiveType, SimpleTypeMapping typeMapping, K valueKind)
           
 
Method Summary
 SimpleTypeMapping getTypeMapping()
           
 K getValueKind()
           
 
Methods inherited from class org.chromattic.metamodel.bean.ValueInfo
getDeclaredType, getEffectiveType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleValueInfo

public SimpleValueInfo(org.reflext.api.TypeInfo declaredType,
                       org.reflext.api.TypeInfo effectiveType,
                       SimpleTypeMapping typeMapping,
                       K valueKind)
Method Detail

getTypeMapping

public SimpleTypeMapping getTypeMapping()

getValueKind

public K getValueKind()


Copyright © 2014 eXo Platform SAS. All Rights Reserved.