public class TableResource extends Resource implements ITableResource
ITableResource.| Constructor and Description |
|---|
TableResource(FileDescriptor pFileDescriptor,
java.util.List<ITableResource> pTabEntryListEntryList)
Creates a new table resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyValue(IPropertyValue pPropertyValue)
Set the value of the property associated with the given property value in
this resource to the given property value.
|
FileDescriptor |
getFileDescriptor()
Gets the file descriptor of the table resource.
|
IPropertyValue |
getPropertyValue(int pColumnIndex)
Gets the property value for a column index.
|
java.util.List<ITableResource> |
getTableResourceList()
Gets the list of table resources which contains this table resource.
|
addChildResource, addResourceChild, delete, equals, getAllPropertyValues, getChildrenResources, getID, getName, getParentResource, getPropertyValue, getPropertyValueFromHierarchy, getResourceChildren, getValueOfLinkedProperty, hashCode, removeProperty, removeResourceChild, setName, setPropertyValuesgetClass, notify, notifyAll, toString, wait, wait, waitaddChildResource, addResourceChild, delete, getAllPropertyValues, getChildrenResources, getID, getName, getParentResource, getPropertyValue, getPropertyValueFromHierarchy, getResourceChildren, removeResourceChild, setName, setPropertyValuespublic TableResource(FileDescriptor pFileDescriptor, java.util.List<ITableResource> pTabEntryListEntryList)
pFileDescriptor - the structured file descriptor describing the table in which
this resource was exists.pTabEntryListEntryList - list of ITableResource belong to the giving file
descriptorpublic FileDescriptor getFileDescriptor()
ITableResourcegetFileDescriptor in interface ITableResourcepublic void addPropertyValue(IPropertyValue pPropertyValue)
IResourceaddPropertyValue in interface IResourceaddPropertyValue in class ResourcepPropertyValue - the new property valuepublic IPropertyValue getPropertyValue(int pColumnIndex)
ITableResourcegetPropertyValue in interface ITableResourcepColumnIndex - a column index.public java.util.List<ITableResource> getTableResourceList()
ITableResourcegetTableResourceList in interface ITableResourceCopyright © 2015 Micro Focus GmbH. All rights reserved.