org.alfresco.web.scripts
Class DictionaryQuery.DictionaryProperty
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.