org.alfresco.web.scripts
Class DictionaryQuery.DictionaryProperty

java.lang.Object
  extended by org.alfresco.web.scripts.DictionaryQuery.DictionaryProperty
Enclosing class:
DictionaryQuery

public static class DictionaryQuery.DictionaryProperty
extends java.lang.Object

Simple structure class representing a single Data Dictionary property instance.

API is provided to retrieve the various meta-data of the property definition.


Method Summary
 java.lang.String getDataType()
           
 java.lang.String getDefaultValue()
           
 java.lang.String getDescription()
           
 boolean getIsEnforced()
           
 boolean getIsIndexed()
           
 boolean getIsMandatory()
           
 boolean getIsMultiValued()
           
 boolean getIsProtected()
           
 java.lang.String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getTitle

public java.lang.String getTitle()

getDescription

public java.lang.String getDescription()

getDataType

public java.lang.String getDataType()

getDefaultValue

public java.lang.String getDefaultValue()

getIsMultiValued

public boolean getIsMultiValued()

getIsMandatory

public boolean getIsMandatory()

getIsEnforced

public boolean getIsEnforced()

getIsProtected

public boolean getIsProtected()

getIsIndexed

public boolean getIsIndexed()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.