SchemaElementCollection<T>
Overview
Location
- Reference: com.remobjects.dataabstract.jar
- Package: com.remobjects.dataabstract.schema
- Ancestry: ArrayList<T> | SchemaElementCollection<T>
Instance Methods
constructor protected
constructor
SchemaElementCollection<T>()
constructor (Integer) protected
constructor(arg1: Integer)
SchemaElementCollection<T>(Integer arg1)
Parameters:
- arg1:
constructor (Collection<? extends T>) protected
constructor(arg1: Collection<not nullable ? extends T>)
SchemaElementCollection<T>(Collection<? extends T> arg1)
Parameters:
- arg1:
createChild protected
method createChild: SchemaElement
SchemaElement createChild()
readFrom final
method readFrom(aNode: Node)
void readFrom(Node aNode)
Parameters:
- aNode:
writeTo final
method writeTo(aNode: Node)
void writeTo(Node aNode)
Parameters:
- aNode: