Class TSActSZ

java.lang.Object
  extended by TSActSZ
All Implemented Interfaces:
java.io.Serializable

 class TSActSZ
extends java.lang.Object
implements java.io.Serializable

.

======================================================================
 Class TSActSZ -- Attribute-defininition within a Activity
   Type: ActivityRestrictedSpeedZone
 ##TSActSZ (Eyecatcher)
======================================================================
 


Field Summary
protected static java.lang.String IdStr
           
private  TSQPos[] Pos
           
 
Constructor Summary
protected TSActSZ()
          .
 
Method Summary
protected  TSQPos getPos(int pt)
          .
protected  boolean isComplete()
          .
protected  java.lang.String setPos(int pt, TSQPos cP)
          .
protected  java.lang.String toStr()
          .
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IdStr

protected static final java.lang.String IdStr
See Also:
Constant Field Values

Pos

private TSQPos[] Pos
Constructor Detail

TSActSZ

protected TSActSZ()
.
=====================================================================
 Constructor: (1) create default-entry
=====================================================================
  

Method Detail

getPos

protected TSQPos getPos(int pt)
.
=====================================================================
 Method "getPos"
 Get position-object due to type-number
 ##getPos.TSActSZ (Eyecatcher)
=====================================================================
  


isComplete

protected boolean isComplete()
.
=====================================================================
 Method "isComplete"
 Check if all reqired definitions are present
 Method returns 'false' if the definition is complete
 ##isComplete.TSActSZ (Eyecatcher)
=====================================================================
  


setPos

protected java.lang.String setPos(int pt,
                                  TSQPos cP)
.
=====================================================================
 Method "setPos"
 Store position-object due to type-number
 Attention: 'RetVal' is used!
 ##setPos.TSActSZ (Eyecatcher)
=====================================================================
  


toStr

protected final java.lang.String toStr()
.
=====================================================================
 Method "toStr"
 Build a string-representation of all values of this class
 ##toStr.TSActSZ (Eyecatcher)
=====================================================================