Class GFSAListItem
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.sa.GFSAObject
-
- org.verapdf.gf.model.impl.sa.lists.GFSAListItem
-
- All Implemented Interfaces:
Object,SAListItem,SAObject
public class GFSAListItem extends GFSAObject implements SAListItem
- Author:
- Maxim Plushchov
-
-
Field Summary
Fields Modifier and Type Field Description static StringLIST_TYPE-
Fields inherited from class org.verapdf.gf.model.impl.sa.GFSAObject
object
-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Constructor Description GFSAListItem(ListItem listItem)
-
Method Summary
-
Methods inherited from class org.verapdf.gf.model.impl.sa.GFSAObject
getContext, geterrorArguments, getErrorArguments, geterrorCodes, getErrorCodes, getObject, getstructureID, setObject
-
Methods inherited from class org.verapdf.model.GenericModelObject
getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Methods inherited from interface org.verapdf.model.salayer.SAObject
geterrorArguments, geterrorCodes, getstructureID
-
-
-
-
Field Detail
-
LIST_TYPE
public static final String LIST_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GFSAListItem
public GFSAListItem(ListItem listItem)
-
-