Package h
Class ST_pathend_t
- java.lang.Object
-
- All Implemented Interfaces:
__c__fields,__ptr__,__struct__,AllH,Area,InternalData,StarStruct
public class ST_pathend_t extends UnsupportedStructAndPtr
-
-
Constructor Summary
Constructors Constructor Description ST_pathend_t()ST_pathend_t(StarStruct parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description __ptr__getPtr()voidsetInt(java.lang.String fieldName, int data)voidsetStruct(java.lang.String fieldName, __struct__ newData)-
Methods inherited from class smetana.core.UnsupportedStructAndPtr
___, ____, amp, copy, getInternalData
-
Methods inherited from class smetana.core.UnsupportedStarStruct
addVirtualBytes, castTo, comparePointer, copyDataFrom, copyDataFrom, getArea, getDebug, getDouble, getInt, getRealClass, getStruct, getUID36, isSameThan, memcopyFrom, minus, plus, setDouble, setDouble, setInt, setPtr, setPtr, setStruct, unsupported
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface smetana.core.__ptr__
comparePointer, getDouble, getInt, minus, setDouble, setInt, setPtr, unsupported
-
-
-
-
Constructor Detail
-
ST_pathend_t
public ST_pathend_t()
-
ST_pathend_t
public ST_pathend_t(StarStruct parent)
-
-
Method Detail
-
getPtr
public __ptr__ getPtr()
- Specified by:
getPtrin interface__ptr__- Overrides:
getPtrin classUnsupportedStarStruct
-
setStruct
public void setStruct(java.lang.String fieldName, __struct__ newData)- Specified by:
setStructin interface__c__fields- Specified by:
setStructin interfaceStarStruct- Overrides:
setStructin classUnsupportedStarStruct
-
setInt
public void setInt(java.lang.String fieldName, int data)- Specified by:
setIntin interface__c__fields- Specified by:
setIntin interfaceStarStruct- Overrides:
setIntin classUnsupportedStarStruct
-
-