org.chromattic.metamodel.mapping.jcr
Class PropertyDefinitionMapping<I>

java.lang.Object
  extended by org.chromattic.metamodel.mapping.jcr.ItemDefinitionMapping
      extended by org.chromattic.metamodel.mapping.jcr.PropertyDefinitionMapping<I>

public class PropertyDefinitionMapping<I>
extends ItemDefinitionMapping

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
PropertyDefinitionMapping(java.lang.String name, PropertyMetaType<I> metaType, java.util.List<java.lang.String> defaultValue, boolean mandatory)
           
 
Method Summary
 java.util.List<java.lang.String> getDefaultValue()
           
 PropertyMetaType<I> getMetaType()
           
 java.lang.String getName()
           
 
Methods inherited from class org.chromattic.metamodel.mapping.jcr.ItemDefinitionMapping
isMandatory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyDefinitionMapping

public PropertyDefinitionMapping(java.lang.String name,
                                 PropertyMetaType<I> metaType,
                                 java.util.List<java.lang.String> defaultValue,
                                 boolean mandatory)
Method Detail

getName

public java.lang.String getName()

getMetaType

public PropertyMetaType<I> getMetaType()

getDefaultValue

public java.util.List<java.lang.String> getDefaultValue()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.