Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


oracle.stellent.wcm.core.data
Class DataElement

java.lang.Object
  extended by oracle.stellent.wcm.core.data.DataElement

Direct Known Subclasses:
ListElement, TextElement

public abstract class DataElement
extends java.lang.Object

An individual element of data in the data file


Constructor Summary
protected DataElement(java.lang.String name)
           

 

Method Summary
 java.lang.String getName()
           
 boolean isContainer()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

DataElement

protected DataElement(java.lang.String name)

Method Detail

getName

public java.lang.String getName()
Returns:
the name of the element

isContainer

public boolean isContainer()
Returns:
true if this is element contains child elements; false by default

Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.