|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventType | |
---|---|
de.fhhannover.inform.trust.ifmapj.metadata | This package provides classes to handle standard IF-MAP metadata. |
Uses of EventType in de.fhhannover.inform.trust.ifmapj.metadata |
---|
Methods in de.fhhannover.inform.trust.ifmapj.metadata that return EventType | |
---|---|
static EventType |
EventType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in de.fhhannover.inform.trust.ifmapj.metadata with parameters of type EventType | |
---|---|
Document |
StandardIfmapMetadataFactory.createEvent(String name,
String discoveredTime,
String discovererId,
Integer magnitude,
Integer confidence,
Significance significance,
EventType type,
String otherTypeDefinition,
String information,
String vulnerabilityUri)
Create a Document representing event metadata. |
Document |
StandardIfmapMetadataFactoryImpl.createEvent(String name,
String discoveredTime,
String discovererId,
Integer magnitude,
Integer confidence,
Significance significance,
EventType type,
String otherTypeDefinition,
String information,
String vulnerabilityUri)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |