public interface GetAttributesContext extends CommandContext
| Modifier and Type | Method and Description | 
|---|---|
String[] | 
getAttributeNames()
Gets the Attribute names to obtain for the LibraryObject 
 | 
AttributeValue[] | 
getAttributes()
Gets the Attributes 
 | 
LibraryObject | 
getLibraryObject()
Gets the LibraryObject 
 | 
void | 
setAttributeNames(String[] attrNames)
Sets the Attribute names to get for the LibraryObject 
 | 
void | 
setAttributes(AttributeValue[] attrs)
Sets the Attributes 
 | 
void | 
setLibraryObject(LibraryObject obj)
Sets the the LibraryObject 
 | 
clearLibraryObject getLibraryObject() throws IfsException
IfsExceptionvoid setLibraryObject(LibraryObject obj) throws IfsException
IfsExceptionString[] getAttributeNames() throws IfsException
IfsExceptionvoid setAttributeNames(String[] attrNames) throws IfsException
IfsExceptionAttributeValue[] getAttributes() throws IfsException
IfsExceptionvoid setAttributes(AttributeValue[] attrs) throws IfsException
IfsExceptionCopyright © 2025. All rights reserved.