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, toString
protected 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 Term
public static long instanceCount()
public void setName(String name)
ZSect
setName
in interface ZSect
name
- the Name element.ZSect.getName()
public ListTerm<Parent> getParent()
ZSect
Returns 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()
ZSect
getParaList
in interface ZSect
public void setParaList(ParaList paraList)
ZSect
setParaList
in interface ZSect
paraList
- the ParaList element.ZSect.getParaList()
public ZParaList getZParaList()
ZSect
getZParaList
in interface ZSect
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.