Package ch.interlis.ili2fme
Class StructWrapper
- java.lang.Object
-
- ch.interlis.ili2fme.StructWrapper
-
public class StructWrapper extends java.lang.ObjectWrapper around a struct element, used to make a struct element aware of its parent.
-
-
Constructor Summary
Constructors Constructor Description StructWrapper(int parentId1, java.lang.String parentType1, java.lang.String parentAttr1, ch.interlis.iom.IomObject struct1, int structi1)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetParentAttr()the name of the parent attribute.intgetParentId()the id of the parent object.java.lang.StringgetParentType()the type of the parent object.ch.interlis.iom.IomObjectgetStruct()the wrapped struct element.intgetStructi()the index of the struct element in the parent attribute.
-
-
-
Method Detail
-
getParentId
public int getParentId()
the id of the parent object.
-
getParentType
public java.lang.String getParentType()
the type of the parent object.
-
getParentAttr
public java.lang.String getParentAttr()
the name of the parent attribute.
-
getStruct
public ch.interlis.iom.IomObject getStruct()
the wrapped struct element.
-
getStructi
public int getStructi()
the index of the struct element in the parent attribute.
-
-