org.opennms.netmgt.config.modelimport.types
Class InterfaceSnmpPrimaryType

java.lang.Object
  extended by org.opennms.netmgt.config.modelimport.types.InterfaceSnmpPrimaryType
All Implemented Interfaces:
Serializable

public class InterfaceSnmpPrimaryType
extends Object
implements Serializable

Class InterfaceSnmpPrimaryType.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Field Summary
static InterfaceSnmpPrimaryType N
          The instance of the N type
static int N_TYPE
          The N type
static InterfaceSnmpPrimaryType P
          The instance of the P type
static int P_TYPE
          The P type
static InterfaceSnmpPrimaryType S
          The instance of the S type
static int S_TYPE
          The S type
 
Method Summary
static Enumeration<Object> enumerate()
          Method enumerate.Returns an enumeration of all possible instances of InterfaceSnmpPrimaryType
 int getType()
          Method getType.Returns the type of this InterfaceSnmpPrimaryType
 String toString()
          Method toString.Returns the String representation of this InterfaceSnmpPrimaryType
static InterfaceSnmpPrimaryType valueOf(String string)
          Method valueOf.Returns a new InterfaceSnmpPrimaryType based on the given String value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

P_TYPE

public static final int P_TYPE
The P type

See Also:
Constant Field Values

P

public static final InterfaceSnmpPrimaryType P
The instance of the P type


S_TYPE

public static final int S_TYPE
The S type

See Also:
Constant Field Values

S

public static final InterfaceSnmpPrimaryType S
The instance of the S type


N_TYPE

public static final int N_TYPE
The N type

See Also:
Constant Field Values

N

public static final InterfaceSnmpPrimaryType N
The instance of the N type

Method Detail

enumerate

public static Enumeration<Object> enumerate()
Method enumerate.Returns an enumeration of all possible instances of InterfaceSnmpPrimaryType

Returns:
an Enumeration over all possible instances of InterfaceSnmpPrimaryType

getType

public int getType()
Method getType.Returns the type of this InterfaceSnmpPrimaryType

Returns:
the type of this InterfaceSnmpPrimaryType

toString

public String toString()
Method toString.Returns the String representation of this InterfaceSnmpPrimaryType

Overrides:
toString in class Object
Returns:
the String representation of this InterfaceSnmpPrimaryType

valueOf

public static InterfaceSnmpPrimaryType valueOf(String string)
Method valueOf.Returns a new InterfaceSnmpPrimaryType based on the given String value.

Parameters:
string -
Returns:
the InterfaceSnmpPrimaryType value of parameter 'string'


Copyright © 2011. All Rights Reserved.