public class IfsGetAttributeNamesContext extends IfsCommandContext implements GetAttributeNamesContext
Constructor and Description |
---|
IfsGetAttributeNamesContext()
The Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the CommandState. does not throw.
|
String[] |
getAttributeNames()
Gets the Attribute names to obtain for the LibraryObject
|
LibraryObject |
getLibraryObject()
Gets the LibraryObject
|
void |
setAttributeNames(String[] attrNames)
Sets the Attribute names to get for the LibraryObject
|
void |
setLibraryObject(LibraryObject obj)
Sets the the LibraryObject
|
public IfsGetAttributeNamesContext() throws IfsException
IfsException
public void clear()
clear
in interface CommandContext
clear
in class IfsCommandContext
public LibraryObject getLibraryObject() throws IfsException
getLibraryObject
in interface GetAttributeNamesContext
IfsException
public void setLibraryObject(LibraryObject obj) throws IfsException
setLibraryObject
in interface GetAttributeNamesContext
IfsException
public String[] getAttributeNames() throws IfsException
getAttributeNames
in interface GetAttributeNamesContext
IfsException
public void setAttributeNames(String[] attrNames) throws IfsException
setAttributeNames
in interface GetAttributeNamesContext
IfsException
Copyright © 2023. All rights reserved.