|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AtomInfo
The AtomInfo extends the ElementInfo by adding
special atom related information from the CSD.
| 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 |
|---|
boolean isBinary()
true if the atom is defined as binary;
false otherwiseString getDefaultValue()
null is none is assigned.
null.boolean hasDefaultValue()
true if the atom has a defined default value;
false otherwise.boolean isReadOnly()
true if the atom is defined as read only;
false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||