public class StructWrapper
extends java.lang.Object
| Constructor and Description |
|---|
StructWrapper(int parentId1,
java.lang.String parentType1,
java.lang.String parentAttr1,
ch.interlis.iom.IomObject struct1,
int structi1) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getParentAttr()
the name of the parent attribute.
|
int |
getParentId()
the id of the parent object.
|
java.lang.String |
getParentType()
the type of the parent object.
|
ch.interlis.iom.IomObject |
getStruct()
the wrapped struct element.
|
int |
getStructi()
the index of the struct element in the parent attribute.
|
public StructWrapper(int parentId1,
java.lang.String parentType1,
java.lang.String parentAttr1,
ch.interlis.iom.IomObject struct1,
int structi1)
public int getParentId()
public java.lang.String getParentType()
public java.lang.String getParentAttr()
public ch.interlis.iom.IomObject getStruct()
public int getStructi()