net.java.slee.resource.diameter.ro.events.avp
Class FileRepairSupported

java.lang.Object
  extended by net.java.slee.resource.diameter.ro.events.avp.FileRepairSupported
All Implemented Interfaces:
java.io.Serializable, net.java.slee.resource.diameter.base.events.avp.Enumerated

public class FileRepairSupported
extends java.lang.Object
implements net.java.slee.resource.diameter.base.events.avp.Enumerated, java.io.Serializable

Java class to represent the FileRepairSupported enumerated type.

Author:
Alexandre Mendonca , Bartosz Baranowski
See Also:
Serialized Form

Field Summary
static int _NOT_SUPPORTED
           
static int _SUPPORTED
           
static FileRepairSupported NOT_SUPPORTED
          The MBMS user service does not support point-to-point file repair.
static FileRepairSupported SUPPORTED
          The MBMS user service does support point-to-point file repair.
 
Method Summary
static FileRepairSupported fromInt(int type)
          Return the value of this instance of this enumerated type.
 int getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_SUPPORTED

public static final int _SUPPORTED
See Also:
Constant Field Values

_NOT_SUPPORTED

public static final int _NOT_SUPPORTED
See Also:
Constant Field Values

SUPPORTED

public static final FileRepairSupported SUPPORTED
The MBMS user service does support point-to-point file repair.


NOT_SUPPORTED

public static final FileRepairSupported NOT_SUPPORTED
The MBMS user service does not support point-to-point file repair.

Method Detail

fromInt

public static FileRepairSupported fromInt(int type)
Return the value of this instance of this enumerated type.


getValue

public int getValue()
Specified by:
getValue in interface net.java.slee.resource.diameter.base.events.avp.Enumerated

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2011. All Rights Reserved.