org.iids.aos.systemservices.datatypes.wsagreement.types
Class RestrictionType

java.lang.Object
  extended by org.iids.aos.systemservices.datatypes.wsagreement.types.RestrictionType
All Implemented Interfaces:
java.io.Serializable

public class RestrictionType
extends java.lang.Object
implements java.io.Serializable

Class RestrictionType.

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

Field Summary
static RestrictionType ENUMERATION
          The instance of the enumeration type
static int ENUMERATION_TYPE
          The enumeration type
static RestrictionType MAX_VALUE
          The instance of the max_value type
static int MAX_VALUE_TYPE
          The max_value type
static RestrictionType MIN_VALUE
          The instance of the min_value type
static int MIN_VALUE_TYPE
          The min_value type
 
Method Summary
static java.util.Enumeration enumerate()
          Method enumerate Returns an enumeration of all possible instances of RestrictionType
 int getType()
          Method getType Returns the type of this RestrictionType
 java.lang.String toString()
          Method toString Returns the String representation of this RestrictionType
static RestrictionType valueOf(java.lang.String string)
          Method valueOf Returns a new RestrictionType 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

ENUMERATION_TYPE

public static final int ENUMERATION_TYPE
The enumeration type

See Also:
Constant Field Values

ENUMERATION

public static final RestrictionType ENUMERATION
The instance of the enumeration type


MAX_VALUE_TYPE

public static final int MAX_VALUE_TYPE
The max_value type

See Also:
Constant Field Values

MAX_VALUE

public static final RestrictionType MAX_VALUE
The instance of the max_value type


MIN_VALUE_TYPE

public static final int MIN_VALUE_TYPE
The min_value type

See Also:
Constant Field Values

MIN_VALUE

public static final RestrictionType MIN_VALUE
The instance of the min_value type

Method Detail

enumerate

public static java.util.Enumeration enumerate()
Method enumerate Returns an enumeration of all possible instances of RestrictionType

Returns:
Enumeration

getType

public int getType()
Method getType Returns the type of this RestrictionType

Returns:
int

toString

public java.lang.String toString()
Method toString Returns the String representation of this RestrictionType

Overrides:
toString in class java.lang.Object
Returns:
String

valueOf

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

Parameters:
string -
Returns:
RestrictionType


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.