_SDOPackage
クラス AllowedValues

java.lang.Object
  上位を拡張 _SDOPackage.AllowedValues
すべての実装されたインタフェース:
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

関連項目:
直列化された形式

コンストラクタの概要
AllowedValues()
           
 
メソッドの概要
 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()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AllowedValues

public AllowedValues()
メソッドの詳細

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)