Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.storage.sql
Class ModelProperty

java.lang.Object
  extended by org.nuxeo.ecm.core.storage.sql.ModelProperty

public class ModelProperty
extends Object

Model of a property (simple or array) of a Node.


Field Summary
 String fragmentKey
           
 String fragmentName
           
 boolean fulltext
           
static ModelProperty NONE
           
 PropertyType propertyType
           
 boolean readonly
           
 
Constructor Summary
ModelProperty(PropertyType propertyType, String fragmentName, String fragmentKey, boolean readonly)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final ModelProperty NONE

propertyType

public final PropertyType propertyType

fragmentName

public final String fragmentName

fragmentKey

public final String fragmentKey

readonly

public final boolean readonly

fulltext

public final boolean fulltext
Constructor Detail

ModelProperty

public ModelProperty(PropertyType propertyType,
                     String fragmentName,
                     String fragmentKey,
                     boolean readonly)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.