org.chromattic.core.jcr.type
Class PropertyDefinitionInfo
java.lang.Object
org.chromattic.core.jcr.type.PropertyDefinitionInfo
public class PropertyDefinitionInfo
- extends java.lang.Object
Meta information about a property definition.
This object does not hold a reference to an existing property definition object.
- Version:
- $Revision$
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyDefinitionInfo
public PropertyDefinitionInfo(javax.jcr.nodetype.PropertyDefinition propertyDefinition)
PropertyDefinitionInfo
public PropertyDefinitionInfo(java.lang.String name,
int type,
boolean multiple)
getName
public java.lang.String getName()
getType
public int getType()
isMultiple
public boolean isMultiple()
Copyright © 2012 eXo Platform SAS. All Rights Reserved.