_SDOPackage
Class AllowedValues

java.lang.Object
  extended by _SDOPackage.AllowedValues
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class AllowedValues
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

_SDOPackage/AllowedValues.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from idl/OpenRTM.idl Thursday, March 3, 2011 3:01:41 PM JST

See Also:
Serialized Form

Constructor Summary
AllowedValues()
           
 
Method Summary
 EnumerationType allowed_enum()
           
 void allowed_enum(ComplexDataType discriminator, EnumerationType value)
           
 void allowed_enum(EnumerationType value)
           
 IntervalType allowed_interval()
           
 void allowed_interval(ComplexDataType discriminator, IntervalType value)
           
 void allowed_interval(IntervalType value)
           
 RangeType allowed_range()
           
 void allowed_range(ComplexDataType discriminator, RangeType value)
           
 void allowed_range(RangeType value)
           
 ComplexDataType discriminator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllowedValues

public AllowedValues()
Method Detail

discriminator

public ComplexDataType discriminator()

allowed_enum

public EnumerationType allowed_enum()

allowed_enum

public void allowed_enum(EnumerationType value)

allowed_enum

public void allowed_enum(ComplexDataType discriminator,
                         EnumerationType value)

allowed_interval

public IntervalType allowed_interval()

allowed_interval

public void allowed_interval(IntervalType value)

allowed_interval

public void allowed_interval(ComplexDataType discriminator,
                             IntervalType value)

allowed_range

public RangeType allowed_range()

allowed_range

public void allowed_range(RangeType value)

allowed_range

public void allowed_range(ComplexDataType discriminator,
                          RangeType value)