public enum MoskitoJourneyInterceptorStatsProducer extends Enum<MoskitoJourneyInterceptorStatsProducer> implements net.anotheria.moskito.core.producers.IStatsProducer
Modifier and Type | Method and Description |
---|---|
String |
getCategory() |
String |
getProducerId() |
List<net.anotheria.moskito.core.producers.IStats> |
getStats() |
String |
getSubsystem() |
static MoskitoJourneyInterceptorStatsProducer |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MoskitoJourneyInterceptorStatsProducer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MoskitoJourneyInterceptorStatsProducer NETWORK
public static final MoskitoJourneyInterceptorStatsProducer SKELETON
public static MoskitoJourneyInterceptorStatsProducer[] values()
for (MoskitoJourneyInterceptorStatsProducer c : MoskitoJourneyInterceptorStatsProducer.values()) System.out.println(c);
public static MoskitoJourneyInterceptorStatsProducer valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic List<net.anotheria.moskito.core.producers.IStats> getStats()
getStats
in interface net.anotheria.moskito.core.producers.IStatsProducer
public String getProducerId()
getProducerId
in interface net.anotheria.moskito.core.producers.IStatsProducer
public String getCategory()
getCategory
in interface net.anotheria.moskito.core.producers.IStatsProducer
public String getSubsystem()
getSubsystem
in interface net.anotheria.moskito.core.producers.IStatsProducer
Copyright © 2010-2014 anotheria.net. All Rights Reserved.