public class ClassObjectOperations.T1kTest extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
m_FileName |
Constructor and Description |
---|
T1kTest(String fileName)
Constructs a T1kTest.
|
Modifier and Type | Method and Description |
---|---|
ClassObject |
createClassObject(LibrarySession sess,
String class_name) |
Document |
createDocFromClass(LibrarySession sess,
ClassObject clss) |
Document |
createDocumentFromNewClass(LibrarySession sess,
ClassObject clss) |
ClassObject |
createSystemLibraryClass(LibrarySession sess,
String class_name) |
AttributeDefinition |
makeAttributeDefinition(LibrarySession sess,
String name,
int dataType,
int length,
int scale) |
void |
performTest()
Runs the test.
|
void |
showLibraryClass(LibrarySession sess,
ClassObject clss) |
void |
showLibraryClass(LibrarySession sess,
String class_name) |
void |
showLibraryClasses(LibrarySession sess) |
protected String m_FileName
public T1kTest(String fileName)
fileName
- the file name to use, an absolute pathpublic void performTest() throws IfsException
IfsException
- if the operation failspublic void showLibraryClasses(LibrarySession sess) throws Exception
Exception
public void showLibraryClass(LibrarySession sess, String class_name) throws Exception
Exception
public void showLibraryClass(LibrarySession sess, ClassObject clss) throws Exception
Exception
public ClassObject createSystemLibraryClass(LibrarySession sess, String class_name) throws Exception
Exception
public ClassObject createClassObject(LibrarySession sess, String class_name) throws Exception
Exception
public Document createDocFromClass(LibrarySession sess, ClassObject clss) throws Exception
Exception
public AttributeDefinition makeAttributeDefinition(LibrarySession sess, String name, int dataType, int length, int scale) throws Exception
Exception
public Document createDocumentFromNewClass(LibrarySession sess, ClassObject clss) throws Exception
Exception
Copyright © 2023. All rights reserved.