| Modifier | Constructor and Description |
|---|---|
protected |
ZSectImpl()
The default constructor.
|
protected |
ZSectImpl(BaseFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(Visitor<R> v)
Accepts a visitor.
|
static boolean |
countingFinaliser()
public attribute determining whether to log to the
standard output information about who is creating
this instance of ZSectImpl (e.g., ic >= sl)
|
ZSectImpl |
create(Object[] args)
Returns a new object of this class.
|
boolean |
equals(Object obj)
Compares the specified object with this ZSectImpl
for equality.
|
Object[] |
getChildren() |
String |
getName()
Returns the Name element.
|
ParaList |
getParaList()
Returns the ParaList element.
|
ListTerm<Parent> |
getParent()
Returns the Parent elements.
|
ZParaList |
getZParaList()
This is a convenience method.
|
int |
hashCode()
Returns the hash code value for this ZSectImpl.
|
static long |
instanceCount()
Only concrete classes get the instance count method visible
|
static long |
instancesFinalised() |
void |
setName(String name)
Sets the Name element.
|
void |
setParaList(ParaList paraList)
Sets the ParaList element.
|
annsSize, getAnn, getAnns, getFactory, hasAnn, hasAnn, removeAnn, removeAnn, toStringprotected ZSectImpl()
object factory.protected ZSectImpl(BaseFactory factory)
public static boolean countingFinaliser()
public static long instancesFinalised()
public boolean equals(Object obj)
public int hashCode()
public <R> R accept(Visitor<R> v)
public Object[] getChildren()
getChildren in interface Termpublic static long instanceCount()
public void setName(String name)
ZSectsetName in interface ZSectname - the Name element.ZSect.getName()public ListTerm<Parent> getParent()
ZSectReturns the Parent elements.
To add or remove elements, use the methods provided by the List interface (that's why there is no need for a setter method).
public ParaList getParaList()
ZSectgetParaList in interface ZSectpublic void setParaList(ParaList paraList)
ZSectsetParaList in interface ZSectparaList - the ParaList element.ZSect.getParaList()public ZParaList getZParaList()
ZSectgetZParaList in interface ZSectCopyright © 2003–2016 Community Z Tools Project. All rights reserved.