1153万例文収録!

「TYPE CLASS」に関連した英語例文の一覧と使い方(2ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > TYPE CLASSの意味・解説 > TYPE CLASSに関連した英語例文

セーフサーチ:オフ

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

TYPE CLASSの部分一致の例文一覧と使い方

該当件数 : 428



例文

In the Create Main Class field, type helloworldapp.HelloWorldApp. 例文帳に追加

「主クラスを作成」フィールドに helloworldapp.HelloWorldApp と入力します。 - NetBeans

Countries, regions, job class, and job type in which human resource supply is insufficient例文帳に追加

○不足している国・地域、職階・職種 - 経済産業省

In the XML editor, make the following changes (in bold).hibernate-mappingclass dynamic-insert="false" dynamic-update="false" mutable="true"name="travel.Trip" optimistic-lock="version" polymorphism="implicit"select-before-update="false" table="TRIP"id column="TRIPID" name="tripId"generator class="increment"//idproperty column="PERSONID" name="personId"/property column="DEPDATE" name="depDate" type="date"/property column="DEPCITY" name="depCity"/property column="DESTCITY" name="destCity"/property column="TRIPTYPEID" name="tripTypeId"//class/hibernate-mapping 例文帳に追加

XML エディタで、次のボールドの変更を加えます。 hibernate-mappingclass dynamic-insert=false dynamic-update=false mutable=truename=travel.Trip optimistic-lock=version polymorphism=implicitselect-before-update=false table=TRIPid column=TRIPID name=tripIdgenerator class=increment//idproperty column=PERSONID name=personId/property column=DEPDATE name=depDate type=date/property column=DEPCITY name=depCity/property column=DESTCITY name=destCity/property column=TRIPTYPEID name=tripTypeId//class/hibernate-mapping - NetBeans

termName (class TermName) Specifiesthe terminal type name to be set in the TERM environment variable. 例文帳に追加

"termName (class TermName)"TERM 環境変数に設定される端末タイプの名称を指定する。 - XFree86

例文

For example, the Basic Class domain template in the Java category can be mapped to any element of type Class without a stereotype. 例文帳に追加

たとえば、Java カテゴリの Basic Class ドメインテンプレートをステレオタイプがないクラス型の任意の要素とマッピングできます。 - NetBeans


例文

CLASS TYPE OPERATION VECTORIZING DEVICE AND RECORDING MEDIUM例文帳に追加

クラス型演算ベクトル化装置および記録媒体 - 特許庁

SELF EXCITATION TYPE OSCILLATION CIRCUIT, AND CLASS D AMPLIFIER DEVICE例文帳に追加

自励型発振回路及びD級増幅装置 - 特許庁

Select Class from the Element type drop down menu. 例文帳に追加

「クラス」を「要素型」ドロップダウンメニューから選択します。 - NetBeans

under the old system in elementary school education, one type of Japanese class where correct speaking skills were developed 例文帳に追加

国語教育において,話す方法 - EDR日英対訳辞書

例文

HTML class for an advanced checkbox type field. 例文帳に追加

アドバンスドチェックボックス型のフィールドのための HTML クラスです。 - PEAR

例文

The type of methods of user-defined class instances. 例文帳に追加

ユーザー定義のクラスのインスタンスのメソッドの型です。 - Python

Type sakila.ui.DVDStoreAdmin for the Main Class. 例文帳に追加

「主クラス」に「sakila.ui.DVDStoreAdmin」と入力します。 「了解」をクリックします。 - NetBeans

Type NewsEntity for the class name, type ejb for the package, and leave the Primary Key Type as Long.例文帳に追加

クラス名に「NewsEntity」を、パッケージに「ejb」をそれぞれ入力し、「主キーの型」は Long のままにしておきます。 - NetBeans

In the wizard, type Actor for the class name and type sakila.entity for the package. 例文帳に追加

このウィザードで、クラス名に「Actor」と入力し、パッケージに「sakila.entity」と入力します。 - NetBeans

In the wizard, type Person for the class name and type travel for the package. 例文帳に追加

このウィザードで、クラス名に「Person」と入力し、パッケージに「travel」と入力します。 - NetBeans

In the wizard, type Trip for the class name and type travel for the package. 例文帳に追加

このウィザードで、クラス名に「Trip」と入力し、パッケージに「travel」と入力します。 - NetBeans

Type HibernateUtil for the class name and select the travel package. 例文帳に追加

クラス名に「HibernateUtil」と入力し、「travel」パッケージを選択します。 - NetBeans

COAXIAL MULTI-CLASS TYPE CLASSIFIER FOR ULTRAFINE PARTICULATE POWDER例文帳に追加

同軸タイプ多級式超微粒子粉末分級装置 - 特許庁

In the Class Name text field, type demo.Performance and then press Enter. 例文帳に追加

「クラス名」テキストフィールドに demo.Performance と入力し、Enter キーを押します。 - NetBeans

Type stationID and press Enter.An attribute named stationID of type int appears on the EntryStation class, and the following operations are created on the class: 例文帳に追加

「stationID」と入力し、Enter キーを押します。 EntryStation クラスに int 型の stationID という属性が表示され、次の操作が作成されます。 - NetBeans

This method registers a new container type with the Config class. 例文帳に追加

このメソッドは、新しいコンテナ型をConfig クラスに登録します。 - PEAR

Class A This address type is indicated by the value 0 in the most significant bit of the (network byte ordered) address. 例文帳に追加

Class A(ネットワークバイトオーダの) アドレスの最上位ビットが 0 の場合、このアドレス種別となる。 - JM

The third line gives the space allotted for a class, and the class type. 例文帳に追加

3 番目の行ではそのクラスで指定されているスペースとクラスタイプが出力されています。 - JM

Type balance and press Enter.A private attribute named balance of type int appears on the BankAccount class. 例文帳に追加

「 balance 」と入力し、Enter キーを押します。 BankAccount クラスに int 型の balance という private 属性が現れます。 - NetBeans

Type DVDStoreAdmin for the Class Name and type sakila.ui for the Package.Click Finish. 例文帳に追加

クラス名に「DVDStoreAdmin」と入力し、パッケージ名に「sakila.ui」と入力します。 「完了」をクリックします。 - NetBeans

PRIORITY DEPENDENT CLASS SELECTION TYPE COMMUNICATION SYSTEM AND COMMUNICATION METHOD例文帳に追加

優先度別クラス選択型通信システム及び通信方法 - 特許庁

# hciconfig -ahci0: Type: USBBD Address: 00:0A:0B:0C:0D:0E ACL MTU: 192:8 SCO MTU: 64:8UP RUNNING PSCAN ISCANRX bytes:125 acl:0 sco:0 events:17 errors:0TX bytes:565 acl:0 sco:0 commands:17 errors:0Features: 0xff 0xff 0x0f 0x00 0x00 0x00 0x00 0x00Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3Link policy: RSWITCH HOLD SNIFF PARKLink mode: SLAVE ACCEPTName: 'BlueZ at bluehat (0)'Class: 0x3e0100Service Classes: Networking, Rendering, Capturing, Object Transfer,AudioDevice Class: Computer, UncategorizedHCI Ver: 1.1 (0x1) HCI Rev: 0x1e7 LMP Ver: 1.1 (0x1) LMP Subver: 0x1e7Manufacturer: Cambridge Silicon Radio (10) 例文帳に追加

リモートデバイスの検出と接続 - Gentoo Linux

Their specifications were the same with those of Roha 1 type and the capacity was 44 persons for the third class seats. 例文帳に追加

ロハ1形と同一仕様で定員は3等が44名。 - Wikipedia日英京都関連文書対訳コーパス

Its specifications were the same with those of Roha 1 type and the capacity was 48 persons for the third class seats. 例文帳に追加

ロハ1形と同一仕様で定員は3等が48名。 - Wikipedia日英京都関連文書対訳コーパス

Product class is a blanket term for division of products according to type.例文帳に追加

品群とは、商品分類の大項目を意味しています。 - Weblio英語基本例文集

Inside the WishDB class, type or paste the following code: 例文帳に追加

WishDB クラスの内部に、次のコードを入力またはペーストします。 - NetBeans

The program performs object modeling corresponding to an addition-type accounting device and a substraction-type accounting device by object oriented design and achieves the accounting process by cooperation relationships by objects in an accounting book class, a slip class, a charge table class, a counter value class, a transaction table class, an input amount class, a billing amount class and a billing destination class.例文帳に追加

また、オブジェクト指向設計により、加算式課金装置および減算式課金装置に対応したオブジェクトモデリングをおこない、帳簿クラス、伝票クラス、料金表クラス、対価クラス、取引表クラス、投入金額クラス、請求金額クラスおよび請求先クラスのオブジェクトによる協調関係により課金処理を実現する。 - 特許庁

Class B This address type is indicated by the binary value 10 in the most significant two bits of the address. 例文帳に追加

Class B(ネットワークバイトオーダの) アドレスの上位側 2 ビットがバイナリ値で10 の場合、このアドレス種別となる。 - JM

Class C This address type is indicated by the binary value 110 in the most significant three bits of the address. 例文帳に追加

Class C(ネットワークバイトオーダの) アドレスの上位側 3 ビットがバイナリ値で110 の場合、このアドレス種別となる。 - JM

A bank 135 stores coefficient type data of each class.例文帳に追加

バンク135には、各クラスの係数種データが格納されている。 - 特許庁

Type ItemTest in the Class text box, as shown in the next figure.例文帳に追加

次の図に示すように、「クラス」テキストボックスに「ItemTest」と入力します。 - NetBeans

Open db.php and type or paste the following code into the WishDB class: 例文帳に追加

db.php を開き、WishDB クラスに次のコードを入力またはペーストします。 - NetBeans

No class appears more than once in this tuple.Note that the method resolution order depends on cls's type. 例文帳に追加

メソッドの優先順位はクラスの型によって異なります。 - Python

In the New Java Class wizard that displays, enter HelloService for Class Name, and type in service for Package Name to create a new package for the class.例文帳に追加

表示される「新規 Java クラス」ウィザードで、「クラス名」に「HelloService」と入力し、「パッケージ名」に「service」と入力してクラスの新規パッケージを作成します。 - NetBeans

Type Animal for the class name, entity for the package, and leave the Primary Key Type as Long.例文帳に追加

クラス名に「Animal」を、パッケージに「entity」をそれぞれ入力し、「主キーの型」は Long のままにしておきます。 - NetBeans

Type Pavilion for the class name, entity for the package, and leave the Primary Key Type as Long.例文帳に追加

クラス名に「Pavilion」を、パッケージに「entity」をそれぞれ入力し、「主キーの型」は Long のままにしておきます。 - NetBeans

Each item in the inheritance list should evaluate to a class object or class type which allowssubclassing.例文帳に追加

継承リストの各要素の値評価結果はクラスオブジェクトか、サブクラス可能なクラス型でなければなりません。 - Python

Type HibernateUtil for the class name and sakila.util as the package name. 例文帳に追加

クラス名として「HibernateUtil」を入力し、パッケージ名として「sakila.util」を入力します。 - NetBeans

Further, whether a body type class is fatness of a subcutaneous fat or an visceral fat type is discriminated based on these body fat distribution graph and a discriminating result is displayed as a body type class.例文帳に追加

また、これらの体脂肪分布グラフに基づいて皮下脂肪型肥満か内臓脂肪型肥満かを判別し、判別結果を体型分類として表示する。 - 特許庁

Type StatesServlet as the Class Name, type or select server as the Package, and click Finish. 例文帳に追加

クラス名として「StatesServlet」と入力し、パッケージとして「server」を入力または選択して、「完了」をクリックします。 - NetBeans

To open the Type Hierarchy window, right-click on the class declaration or the class reference in a source or header file.例文帳に追加

「タイプの階層」ウィンドウを開くには、ソースまたはヘッダーファイルにあるクラス宣言またはクラス参照を右クリックします。 - NetBeans

The class in which each resource is first defined,the instance and class name, and the type of each resource is listed. 例文帳に追加

それぞれのリソースが最初に定義されているクラス、インスタンス名、クラス名、それぞれのリソースのタイプが列挙される。 - XFree86

METHOD AND DEVICE FOR REALIZING HIGH-SPEED CHECK OF SUB- CLASS AND SUB-TYPE例文帳に追加

サブクラス及びサブタイプの高速チェックを実現する方法及び装置 - 特許庁

Type hierarchy, which lets you inspect all subtypes or supertypes of a class. 例文帳に追加

型階層: クラスのすべてのサブタイプまたはスーパータイプを確認できます。 - NetBeans

例文

Type Bean30Remote2 for the class name, type ejb for the package and click Finish.When you click Finish, the bean class Bean30Remote2.java opens in the Source Editor. 例文帳に追加

クラス名として「Bean30Remote2」、パッケージとして「ejb」と入力し、「完了」をクリックします。 「完了」をクリックすると、Bean30Remote2.java という Bean クラスがソースエディタに表示されます。 - NetBeans




  
本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。
  
Copyright Ministry of Economy, Trade and Industry. All Rights Reserved.
  
Copyright © Japan Patent office. All Rights Reserved.
  
EDR日英対訳辞書
Copyright © National Institute of Information and Communications Technology. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
The contents of this document are licensed under the GNU Free Documentation License.
Copyright (C) 1999 JM Project All rights reserved.
  
Copyright © 2001 - 2008 by the PEAR Documentation Group.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
Copyright 2001-2004 Python Software Foundation.All rights reserved.
Copyright 2000 BeOpen.com.All rights reserved.
Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
  
Copyright 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS