Uses of Class
org.gcube.common.accounting.node.logparser.RIInvocationParser.EntryType

Packages that use RIInvocationParser.EntryType
org.gcube.common.accounting.node.logparser   
 

Uses of RIInvocationParser.EntryType in org.gcube.common.accounting.node.logparser
 

Methods in org.gcube.common.accounting.node.logparser that return RIInvocationParser.EntryType
 RIInvocationParser.EntryType LogEntry.getType()
          get the entry type
static RIInvocationParser.EntryType RIInvocationParser.EntryType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RIInvocationParser.EntryType[] RIInvocationParser.EntryType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.gcube.common.accounting.node.logparser with parameters of type RIInvocationParser.EntryType
 void LogEntry.setType(RIInvocationParser.EntryType type)
          set the entry type
 

Constructors in org.gcube.common.accounting.node.logparser with parameters of type RIInvocationParser.EntryType
LogEntry(RIInvocationParser.EntryType type, java.lang.String line, java.lang.String time)
          create a log entry object