java.lang.Object |
↳ |
com.pnfsoftware.jeb.core.units.code.asm.type.TypeLibraryMetadata |
Class Overview
Metadata header for type library binary files. Refer to ITypeLibrary
for details about
methods.
Summary
Public Methods |
static
TypeLibraryMetadata
|
create(List<ProcessorType> processorTypes, List<SubsystemType> subsystemTypes, CompilerType compilerType, int groupId, double priorityOrder, int uuid, int version, String name, String description, String author)
|
static
TypeLibraryMetadata
|
create(ProcessorType processorType, SubsystemType subsystemType, CompilerType compilerType, int groupId, double priorityOrder, int uuid, int version, String name, String description, String author)
|
String
|
getAuthor()
|
CompilerType
|
getCompilerType()
|
long
|
getCreationTimestamp()
|
String
|
getDescription()
|
int
|
getGroupId()
|
String
|
getName()
|
ProcessorType
|
getPrimaryProcessorType()
|
SubsystemType
|
getPrimarySubsystemType()
|
double
|
getPriorityOrder()
|
List<ProcessorType>
|
getProcessorTypes()
|
List<SubsystemType>
|
getSubsystemTypes()
|
int
|
getUuid()
|
int
|
getVersion()
|
String
|
toString()
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Methods
public
String
getAuthor
()
public
long
getCreationTimestamp
()
public
String
getDescription
()
public
double
getPriorityOrder
()
public
String
toString
()