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()
|
synchronized
Object
|
getData(String key)
|
String
|
getDescription()
|
int
|
getGroupId()
|
String
|
getName()
|
ProcessorType
|
getPrimaryProcessorType()
|
SubsystemType
|
getPrimarySubsystemType()
|
double
|
getPriorityOrder()
|
List<ProcessorType>
|
getProcessorTypes()
|
List<SubsystemType>
|
getSubsystemTypes()
|
int
|
getUuid()
|
int
|
getVersion()
|
synchronized
void
|
putData(String key, Object value)
|
synchronized
void
|
putData(Map<? extends String, ? extends Object> map)
|
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
synchronized
Object
getData
(String key)
public
String
getDescription
()
public
double
getPriorityOrder
()
public
synchronized
void
putData
(String key, Object value)
public
synchronized
void
putData
(Map<? extends String, ? extends Object> map)
public
String
toString
()