com.day.cq.contentbus
Interface AtomInfo

All Superinterfaces:
ElementInfo

public interface AtomInfo
extends ElementInfo

The AtomInfo extends the ElementInfo by adding special atom related information from the CSD.

Since:
antbear
Version:
$Revision: 41618 $, $Date: 2008-09-18 13:53:39 +0200 (Gio, 18 Set 2008) $
Author:
tripod

Method Summary
 String getDefaultValue()
          Returns the default value or null is none is assigned.
 boolean hasDefaultValue()
          Checks, if the atom has a defined default value.
 boolean isBinary()
          Returns if the atom value is defined binary.
 boolean isReadOnly()
          Returns if the atom is defined read only.
 
Methods inherited from interface com.day.cq.contentbus.ElementInfo
accept, elementInfoIterator, elementInfoIterator, getBaseInfoReference, getChildInfo, getCSDInfo, getDecoder, getDriverConfig, getDriverConfigName, getDriverFactoryName, getEncoder, getId, getLabel, getProperties, getProperty, getProperty, hasDriverConfigName, hasObjectClass, objectClasses
 

Method Detail

isBinary

boolean isBinary()
Returns if the atom value is defined binary.

Returns:
true if the atom is defined as binary; false otherwise

getDefaultValue

String getDefaultValue()
Returns the default value or null is none is assigned.

Returns:
the default value as defined in the CSD or null.

hasDefaultValue

boolean hasDefaultValue()
Checks, if the atom has a defined default value.

Returns:
true if the atom has a defined default value; false otherwise.

isReadOnly

boolean isReadOnly()
Returns if the atom is defined read only.

Returns:
true if the atom is defined as read only; false otherwise.


Copyright © 2011-2013 Adobe Systems Incorporated. All Rights Reserved.