Package h
Class ST_Agrec_s
- java.lang.Object
-
- All Implemented Interfaces:
WithParent,__c__fields,__ptr__,__struct__,AllH,Area,InternalData,StarStruct
public class ST_Agrec_s extends UnsupportedStructAndPtr implements WithParent
-
-
Field Summary
Fields Modifier and Type Field Description CStringnameST_Agrec_snext-
Fields inherited from class smetana.core.UnsupportedStarStruct
UID
-
-
Constructor Summary
Constructors Constructor Description ST_Agrec_s()ST_Agrec_s(StarStruct parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description __ptr__castTo(java.lang.Class dest)ST_Agnodeinfo_tcastTo_ST_Agnodeinfo_t()ST_Agraphinfo_tcastTo_ST_Agraphinfo_t()voidcopyDataFrom(__struct__ other)StarStructgetParent()booleanisSameThan(StarStruct other)__ptr__setPtr(java.lang.String fieldName, __ptr__ newData)-
Methods inherited from class smetana.core.UnsupportedStructAndPtr
___, ____, amp, copy, getInternalData
-
Methods inherited from class smetana.core.UnsupportedStarStruct
addVirtualBytes, comparePointer, copyDataFrom, getArea, getDebug, getDouble, getInt, getPtr, getRealClass, getStruct, getUID36, memcopyFrom, minus, plus, setDouble, setDouble, setInt, setInt, setPtr, setStruct, 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, getPtr, minus, setDouble, setInt, setPtr, unsupported
-
-
-
-
Field Detail
-
name
public CString name
-
next
public ST_Agrec_s next
-
-
Constructor Detail
-
ST_Agrec_s
public ST_Agrec_s()
-
ST_Agrec_s
public ST_Agrec_s(StarStruct parent)
-
-
Method Detail
-
copyDataFrom
public void copyDataFrom(__struct__ other)
- Specified by:
copyDataFromin interface__ptr__- Specified by:
copyDataFromin interfaceStarStruct- Overrides:
copyDataFromin classUnsupportedStarStruct
-
getParent
public StarStruct getParent()
- Specified by:
getParentin interfaceWithParent
-
isSameThan
public boolean isSameThan(StarStruct other)
- Specified by:
isSameThanin interfaceStarStruct- Overrides:
isSameThanin classUnsupportedStarStruct
-
castTo
public __ptr__ castTo(java.lang.Class dest)
- Specified by:
castToin interface__ptr__- Specified by:
castToin interfaceStarStruct- Overrides:
castToin classUnsupportedStarStruct
-
castTo_ST_Agnodeinfo_t
public ST_Agnodeinfo_t castTo_ST_Agnodeinfo_t()
-
castTo_ST_Agraphinfo_t
public ST_Agraphinfo_t castTo_ST_Agraphinfo_t()
-
setPtr
public __ptr__ setPtr(java.lang.String fieldName, __ptr__ newData)
- Specified by:
setPtrin interface__c__fields- Specified by:
setPtrin interfaceStarStruct- Overrides:
setPtrin classUnsupportedStarStruct
-
-