Class GFSAListItem
- java.lang.Object
-
- org.verapdf.model.GenericModelObject
-
- org.verapdf.gf.model.impl.sa.lists.GFSAListItem
-
- All Implemented Interfaces:
Object,SAListItem,SAObject
public class GFSAListItem extends GenericModelObject implements SAListItem
- Author:
- Maxim Plushchov
-
-
Field Summary
Fields Modifier and Type Field Description static StringLIST_TYPE-
Fields inherited from class org.verapdf.model.GenericModelObject
contextDependent
-
-
Constructor Summary
Constructors Constructor Description GFSAListItem(ListItem listItem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContext()StringgetstructureID()id of group in format id:-
Methods inherited from class org.verapdf.model.GenericModelObject
geterrorCodes, getErrorCodes, 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
geterrorCodes, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Field Detail
-
LIST_TYPE
public static final String LIST_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GFSAListItem
public GFSAListItem(ListItem listItem)
-
-
Method Detail
-
getContext
public String getContext()
- Specified by:
getContextin interfaceObject- Overrides:
getContextin classGenericModelObject- Returns:
- context of the current object
-
getstructureID
public String getstructureID()
Description copied from interface:SAObjectid of group in format id:- Specified by:
getstructureIDin interfaceSAObject
-
-