public static enum PortmapInterface.Procedure extends Enum<PortmapInterface.Procedure>
Enum Constant and Description |
---|
PMAPPROC_CALLIT |
PMAPPROC_DUMP |
PMAPPROC_GETADDRLIST |
PMAPPROC_GETPORT |
PMAPPROC_GETSTAT |
PMAPPROC_GETTIME |
PMAPPROC_GETVERSADDR |
PMAPPROC_INDIRECT |
PMAPPROC_NULL |
PMAPPROC_SET |
PMAPPROC_TADDR2UADDR |
PMAPPROC_UADDR2TADDR |
PMAPPROC_UNSET |
Modifier and Type | Method and Description |
---|---|
static PortmapInterface.Procedure |
fromValue(int value) |
int |
getValue() |
static PortmapInterface.Procedure |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PortmapInterface.Procedure[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PortmapInterface.Procedure PMAPPROC_NULL
public static final PortmapInterface.Procedure PMAPPROC_SET
public static final PortmapInterface.Procedure PMAPPROC_UNSET
public static final PortmapInterface.Procedure PMAPPROC_GETPORT
public static final PortmapInterface.Procedure PMAPPROC_DUMP
public static final PortmapInterface.Procedure PMAPPROC_CALLIT
public static final PortmapInterface.Procedure PMAPPROC_GETTIME
public static final PortmapInterface.Procedure PMAPPROC_UADDR2TADDR
public static final PortmapInterface.Procedure PMAPPROC_TADDR2UADDR
public static final PortmapInterface.Procedure PMAPPROC_GETVERSADDR
public static final PortmapInterface.Procedure PMAPPROC_INDIRECT
public static final PortmapInterface.Procedure PMAPPROC_GETADDRLIST
public static final PortmapInterface.Procedure PMAPPROC_GETSTAT
public static PortmapInterface.Procedure[] values()
for (PortmapInterface.Procedure c : PortmapInterface.Procedure.values()) System.out.println(c);
public static PortmapInterface.Procedure 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 int getValue()
public static PortmapInterface.Procedure fromValue(int value)
Copyright © 2013 Apache Software Foundation. All rights reserved.