org.chromattic.core.jcr.info
Class PropertyDefinitionInfo

java.lang.Object
  extended by org.chromattic.core.jcr.info.PropertyDefinitionInfo

public class PropertyDefinitionInfo
extends java.lang.Object

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
PropertyDefinitionInfo(javax.jcr.nodetype.PropertyDefinition propertyDefinition)
           
PropertyDefinitionInfo(java.lang.String name, int type, boolean multiple)
           
 
Method Summary
 java.lang.String getName()
           
 int getType()
           
 boolean isMultiple()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyDefinitionInfo

public PropertyDefinitionInfo(javax.jcr.nodetype.PropertyDefinition propertyDefinition)

PropertyDefinitionInfo

public PropertyDefinitionInfo(java.lang.String name,
                              int type,
                              boolean multiple)
Method Detail

getName

public java.lang.String getName()

getType

public int getType()

isMultiple

public boolean isMultiple()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.