1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オフ

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

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

セーフサーチについて

entity classの部分一致の例文一覧と使い方

該当件数 : 91



例文

Choose File New from the main menu.Select JSF Pages from Entity Class from the Persistence category and click Next. 例文帳に追加

メインメニューから「ファイル」「新規」を選択します。 「持続性」カテゴリの「エンティティークラスからの JSF ページ」を選択し、「次へ」をクリックします。 - NetBeans

For example, if the entity class is called,Customer.java, the list object would be generated as customerList. 例文帳に追加

たとえば、エンティティークラスの名前が Customer.java の場合、list オブジェクトは customerList として生成されます。 「式をバインド」の値は Null のままにしてください。 - NetBeans

When you click Finish, the new entity class Pavilion.java opens in the Source Editor.In the Source Editor, do the following: 例文帳に追加

「完了」をクリックすると新しいエンティティークラス Pavilion.java がソースエディタに表示されます。 ソースエディタで次の手順を実行します。 - NetBeans

You can now use the JSF JPA CRUD wizard to quickly generate JSF pages for displaying and modifying the data.In the wizard you select the entity classes and for each entity class the wizard will generate the following: 例文帳に追加

これで、「JSF JPA CRUD」ウィザードを使用して、データの表示と変更を行う JSF ページを簡単に生成できます。 ウィザードでは、エンティティークラスを選択すると、エンティティークラスごとに、次のものが生成されます。 - NetBeans

例文

The correct segment is added to a class of segments in the class entity dictionary (412) and a probability of the correct segment given the class is estimated based on an n-gram probability associated with the output segment and an n-gram probability associated with the class.例文帳に追加

正しいセグメントは、クラスエンティティディクショナリ(412)の中の、あるクラスのセグメントに追加され、そのクラスが与えられたときの、正しいセグメントが現れる確率は、出力セグメントに関するnグラム(n-gram)確率と、そのクラスに関連するnグラム確率に基づいて見積もられる。 - 特許庁


例文

When using the wizard to create JSF pages from an entity class,you may see the following error message in the wizard: 例文帳に追加

ウィザードを使用してエンティティークラスから JSF ページを作成しようとすると、ウィザードに次のエラーメッセージが表示されることがあります。 - NetBeans

When developing your application, you can use annotations in your class to specify the persistent context instance of your entity instances. 例文帳に追加

アプリケーション開発時には、クラス内で注釈を使用して、エンティティーのインスタンスからなる持続性コンテキストのインスタンスを指定できます。 - NetBeans

It looks for ref in the instance (or class)variable entitydefs which should be a mapping from entity names to corresponding translations.例文帳に追加

このメソッドは、エンティティ名を対応する変換文字に対応付けているインスタンス (またはクラス) 変数である entitydefs 中でref を探します。 - Python

(v) The number of shares of the Incorporated Commodity Exchange after Entity Conversion which members of the Member Commodity Exchange implementing Entity Conversion shall acquire upon Entity Conversion (if the Incorporated Commodity Exchange after Entity Conversion is a company issuing classified shares, the classes of shares and the number of shares by class) or the method of calculating such number 例文帳に追加

五 組織変更をする会員商品取引所の会員が組織変更に際して取得する組織変更後株式会社商品取引所の株式の数(組織変更後株式会社商品取引所が種類株式発行会社である場合にあつては、株式の種類及び種類ごとの数)又はその数の算定方法 - 日本法令外国語訳データベースシステム

例文

Entity classes are a special type of class that enable you to interact with databases through Java code.Entity classes use Java annotations to map class fields to database columns.例文帳に追加

エンティティークラスは、Java コードを使用したデータベースとの対話を可能にする特殊な種類のクラスです。 エンティティークラスは Java の注釈を使用して、クラスのフィールドをデータベースの列にマッピングします。 - NetBeans

例文

You can then use the entity class to generate JSF pages,RESTful web services, and other useful code artifacts that integrate data into your applications.例文帳に追加

そのエンティティークラスを使用して、JSF ページ、RESTful Web サービス、およびデータをアプリケーションに統合するその他の便利なコードアーティファクトを生成できます。 - NetBeans

The framework can be referred to as; an entity, a framework class, a hierarchy framework of at least one class, an interface, an exception, component architecture, a schema, an object model, and/or an API.例文帳に追加

フレームワークは、それだけには限定されないが、エンティティ、フレームワーククラス、少なくとも1つのクラスの階層フレームワーク、インタフェース、例外、コンポーネントアーキテクチャ、スキーマ、オブジェクトモデル、および/またはAPIとすることができる。 - 特許庁

(i) the number of shares issued under the provisions of this Article (hereinafter referred to as the "Shares Issued upon Entity Conversion" in this Division) (in the case where a Stock Company-Type Financial Instruments Exchange after Entity Conversion is a company with class shares, the classes and the number of the Shares Issued upon Entity Conversion); 例文帳に追加

一 この条の規定により発行する株式(以下この目において「組織変更時発行株式」という。)の数(組織変更後株式会社金融商品取引所が種類株式発行会社である場合にあつては、組織変更時発行株式の種類及び数) - 日本法令外国語訳データベースシステム

The EntityManager API handles the persistence context, and each persistence context is a group of entity instances.When developing your application, you can use annotations in your class to specify the persistent context instanceof your entity instances.例文帳に追加

EntityManager API は持続性コンテキストを処理し、各持続性コンテキストはエンティティーインスタンスのグループです。 アプリケーション開発時には、クラス内で注釈を使用して、エンティティーのインスタンスからなる持続性コンテキストのインスタンスを指定できます。 - NetBeans

(v) The number of shares of stock of the Incorporated Commodity Exchange after Entity conversion which members of the Member Commodity Exchange implementing Entity conversion shall acquire upon Entity conversion (if the Incorporated Commodity Exchange after Entity conversion is a company issuing classified shares of stock, the classes of shares of stock and the number of shares of stock by class) or the method of calculating such number 例文帳に追加

五組織変更をする会員商品取引所の会員が組織変更に際して取得する組織変更後株式会社商品取引所の株式の数(組織変更後株式会社商品取引所が種類株式発行会社である場合にあつては、株式の種類及び種類ごとの数)又はその数の算定方法 - 経済産業省

To provide a method and apparatus for augmenting a language model (410) with a class entity dictionary (412) based on corrections made by a user.例文帳に追加

クラスエンティティディクショナリ(412)を備えた言語モデル(410)を、ユーザが行った訂正に基づいて補強するための方法と装置が提供されている。 - 特許庁

Each module class object inclusively represents a process entity, and is used to create a module object tied to specific equipment within the plant.例文帳に追加

各モジュール・クラス・オブジェクトはプロセス・エンティティを包括的に表わし、プラント内の特定の設備に結び付けられたモジュール・オブジェクトの生成に使用される。 - 特許庁

The process plant item has a module class object capable of comprehensively showing the process entity of the process plant, a module template, a composite template, a module object capable of concretely showing the process entity of the process plant, or the like.例文帳に追加

これらのプロセスプラントアイテムは、プロセスプラントのプロセスエンティティを包括的に表すことができうるモジュールクラスオブジェクト、プロセスプラントのプロセスエンティティを具体的に表すことができうるモジュールオブジェクト、複合テンプレート、モジュールテンプレートなどを有す。 - 特許庁

(a) Where the Shares, etc. are the shares of the Wholly Owning Parent Company for Share Exchange on Entity Conversion, the number of such shares (or, in a company with class shares, the classes of share and the numbers of shares by class) or the method of its calculation, and matters regarding the amounts of the capital and Reserves of the Wholly Owning Parent Company for Share Exchange on Entity Conversion, or 例文帳に追加

イ 当該株式等が組織変更株式交換完全親会社の株式であるときは、当該株式の数(種類株式発行会社にあっては、株式の種類及び種類ごとの数)又はその数の算定方法並びに当該組織変更株式交換完全親会社の資本金及び準備金の額に関する事項 - 日本法令外国語訳データベースシステム

(i) The number of the shares to be issued pursuant to the provision of this Article (hereinafter referred to as "Shares Issued on Entity Conversion" in this Subsection) (or, in a company with class shares, the classes and number of the Shares Issued on Entity Conversion; hereinafter the same shall apply in this Subsection); 例文帳に追加

一 この条の規定により発行する組織変更後株式会社の株式(以下この款において「組織変更時発行株式」という。)の数(種類株式発行会社にあっては、組織変更時発行株式の種類及び数。以下この款において同じ。) - 日本法令外国語訳データベースシステム

By handling a relationship between elements of the knowledge structure by using a class, expandability is secured, and an operation in response generation can be securely maintained even through an entity is huge data.例文帳に追加

クラスを用いて知識構造の要素間の関係を取り扱うことにより拡張性を確保し、実体が巨大なデータであっても応答生成における動作を安全に維持しうる。 - 特許庁

Both of these differences are due to the Spring framework handling transactions and entity management, whereas in the other project the IDE had to create a class that used javax.transaction.UserTransaction and javax.persistence.EntityManager. 例文帳に追加

これらの相違はともにトランザクションとエンティティー管理を処理する Spring Framework によるものです。 これに対して、ほかのプロジェクトでは、IDE が javax.transaction.UserTransaction と javax.persistence.EntityManager を使用するクラスを作成する必要がありました。 - NetBeans

Entity Class Using Java Persistence in your project greatly simplifies application development by removing the need for configuring deployment descriptors to provide object-relational mapping information for persistent fields or properties. 例文帳に追加

プロジェクトで Java Persistence を使用すると、持続フィールドまたはプロパティー向けのオブジェクトリレーショナルマッピング情報を提供する配備記述子の設定が不要になり、アプリケーション開発が大幅に簡素化されます。 - NetBeans

Entity classes are a special type of classthat enable you to interact with databases through Java code.Entity classes use Java annotations to map class fields to database columns. 例文帳に追加

エンティティークラスは、Java コードを使用したデータベースとの対話を可能にする特殊な種類のクラスです。 エンティティークラスでは Java の注釈を使用して、クラスのフィールドがデータベースの列にマッピングされます。 - NetBeans

For Class II Specified Chemical Substances and Type I Monitoring Chemical Substances, the three relevant ministries and ministers may instruct the business entity handling the substance to report the status of transaction. 例文帳に追加

○第二種特定化学物質等及び第一種監視化学物質について、三省及び所管大臣は取扱事業者に対して、その取り扱いの状況の報告を求めることが出来る。 - 経済産業省

For Class II Specified Chemical Substances and Type I Monitoring Chemical Substances,the three relevant ministries and ministers may instruct the business entity handling the substance to report the status of transaction. 例文帳に追加

第二種特定化学物質等及び第一種監視化学物質について、三省及び所管大臣は取扱事業者に対して、その取り扱いの状況の報告を求めることが出来る。 - 経済産業省

(v) The number of the shares (or, in a company with class shares, the classes of share and the numbers of shares by class) to be issued by the Wholly Owning Parent Company Formed by Share Transfer on Entity Conversion to the members of the converting Mutual Company (including the subscribers for shares issued pursuant to the provision of Article 92; hereinafter the same shall apply in this Article) in carrying out the share transfer on Entity Conversion or the method of calculating such number, and matters regarding the amounts of the capital and Reserves of the Wholly Owning Parent Company Formed by Share Transfer on Entity Conversion; 例文帳に追加

五 組織変更株式移転設立完全親会社が組織変更株式移転に際して組織変更をする相互会社の社員(第九十二条の規定により発行する株式の引受人を含む。以下この条において同じ。)に対して交付する当該組織変更株式移転設立完全親会社の株式の数(種類株式発行会社にあっては、株式の種類及び種類ごとの数)又はその数の算定方法並びに当該組織変更株式移転設立完全親会社の資本金及び準備金の額に関する事項 - 日本法令外国語訳データベースシステム

(a) if such Monies, etc. are Bonds of the Stock Company after Entity Conversion (excluding those pertaining to Bonds with Share Options), the description of the classes of such Bonds and the total amount for each class of Bonds, or the method for calculating that total amount; 例文帳に追加

イ 当該金銭等が組織変更後株式会社の社債(新株予約権付社債についてのものを除く。)であるときは、当該社債の種類及び種類ごとの各社債の金額の合計額又はその算定方法 - 日本法令外国語訳データベースシステム

(3) With regard to the application of the provisions of Article 42, Paragraph 2 concerning an entity deemed to have obtained the registration of a Collection Operator pursuant to the provisions of the preceding two paragraphs, the date the registration of the Class II Specified Product Collection Operator of the Old Fluorocarbons Recovery and Destruction Act was obtained by that entity (in the case of an entity for which two or more registrations are deemed to be one registration pursuant to the provisions of the preceding paragraph, the day the first registration of the two or more registrations was obtained) shall be deemed to be the day the registration of a Collection Operator of Article 42, Paragraph 1 was obtained. 例文帳に追加

3 前二項の規定により引取業者の登録を受けたものとみなされた者についての第四十二条第二項の規定の適用については、その者が旧フロン類回収破壊法の第二種特定製品引取業者の登録を受けた日(前項の規定により二以上の登録を一の登録とみなされた者にあっては、当該二以上の登録のうち最初の登録を受けた日)を同条第一項の引取業者の登録を受けた日とみなす。 - 日本法令外国語訳データベースシステム

You now want to create some simple web pages to see if your database tables were created and if you can add data.You will add Java Server Faces (JSF) pages to the application and use the JSF Pages from Entity Class wizard to quickly create a simple web interface. 例文帳に追加

今度は、データベース表が作成されたかどうか、また、データを追加できるかどうかを確認するための、簡単な Web ページをいくつか作成します。 Java Server Faces (JSF) ページをアプリケーションに追加し、「エンティティークラスからの JSF ページ」ウィザードを使用して簡単な Web インタフェースをすばやく作成します。 - NetBeans

We now want to create some simple web pages to see if our database tables were created and if we can add data.We will add Java Server Faces (JSF) pages to the application and use the JSF Pages from Entity Class wizard to quickly create a simple web interface. 例文帳に追加

今度は、データベース表が作成されたかどうか、また、データを追加できるかどうかを確認するための、簡単な Web ページをいくつか作成します。 Java Server Faces (JSF) ページをアプリケーションに追加し、「エンティティークラス」ウィザードから JSF ページを使用して簡単な Web インタフェースをすばやく作成します。 - NetBeans

(3) With regard to the application of the provisions of Article 53, Paragraph 2 for an entity (excluding those prescribed in the next paragraph) deemed to have obtained the registration of a Fluorocarbons Recovery Operator according to the provisions of the preceding two paragraphs, the date (for an entity for which two or more registrations are deemed to be one registration pursuant to the provisions of the preceding paragraph, the day the first registration of the two or more registrations was obtained) that entity obtained the registration of the Class II Specified Product Collection Operator of the Old Fluorocarbons Recovery and Destruction Act shall be deemed to be the day the registration of the Fluorocarbons Recovery Operator of Article 53, Paragraph 1 was obtained. 例文帳に追加

3 前二項の規定によりフロン類回収業者の登録を受けたものとみなされた者(次項に規定する者を除く。)についての第五十三条第二項の規定の適用については、その者が旧フロン類回収破壊法の第二種フロン類回収業者の登録を受けた日(前項の規定により二以上の登録を一の登録とみなされた者にあっては、当該二以上の登録のうち最初の登録を受けた日)を同条第一項のフロン類回収業者の登録を受けた日とみなす。 - 日本法令外国語訳データベースシステム

(a) if such Monies, etc. are Bonds of the Membership Company after Entity Conversion, the description of the classes of such Bonds (meaning the classes of Bonds prescribed in Article 107(2)(ii)(b); hereinafter the same shall apply in this Part) and the total amount for each class of Bonds, or the method for calculating that total amount; 例文帳に追加

イ 当該金銭等が組織変更後持分会社の社債であるときは、当該社債の種類(第百七条第二項第二号ロに規定する社債の種類をいう。以下この編において同じ。)及び種類ごとの各社債の金額の合計額又はその算定方法 - 日本法令外国語訳データベースシステム

A power monitoring control application object 3 of an abstract class comprises a trigger object 4, an input object 5, an arithmetic object 6 and an output object 7 as functional objects, and does not include the entity of each functional object but holds only reference information to the functional object, to improve the maintenance of the functional object.例文帳に追加

抽象クラスの電力監視制御業務オブジェクト3は、機能オブジェクトである、トリガーオブジェクト4と、入力オブジェクト5と、演算オブジェクト6と、出力オブジェクト7とから構成され、それぞれの機能オブジェクトの実体を内部に包含せず、これらの機能オブジェクトへの参照情報のみを保持するようにして、機能オブジェクトの保守性を向上させたものである。 - 特許庁

Article 4 (1) When enforcing the provisions listed in the supplementary provisions, Article 1, Item 2, an entity having obtained the registration (hereinafter referred to as the "Registration of a Class II Fluorocarbons Recovery Operator of the Old Fluorocarbons Recovery and Destruction Act" in this article) of a governor (a mayor in the case of a city specified by Cabinet Order of the Old Fluorocarbons Recovery and Destruction Act, Article 80, Paragraph 4) of the Old Fluorocarbons Recovery and Destruction Act, Article 29, Paragraph 1 shall be deemed to have obtained the registration of a Fluorocarbons Recovery Operator of Article 53, Paragraph 1 by the governor (mayor or ward head in the case of a city or special ward having established a health center, the same shall apply hereinafter) having jurisdiction of the address of the business office pertaining to the Registration of a Class II Fluorocarbons Recovery Operator of the Old Fluorocarbons Recovery and Destruction Act. 例文帳に追加

第四条 附則第一条第二号に掲げる規定の施行の際現に旧フロン類回収破壊法第二十九条第一項の都道府県知事(旧フロン類回収破壊法第八十条第四項の政令で定める市にあっては、市長)の登録(以下この条において「旧フロン類回収破壊法の第二種フロン類回収業者の登録」という。)を受けている者は、当該旧フロン類回収破壊法の第二種フロン類回収業者の登録に係る事業所につき、当該事業所の所在地を管轄する都道府県知事(保健所を設置する市又は特別区にあっては、市長又は区長。以下同じ。)がした第五十三条第一項のフロン類回収業者の登録を受けたものとみなす。 - 日本法令外国語訳データベースシステム

Article 3 (1) When enforcing the provisions listed in the supplementary provisions, Article 1, Item 2, an entity obtaining registration (hereinafter referred to as a "Class II Specified Product Collection Operator of the Old Fluorocarbons Recovery and Destruction Act" in this article) of a governor (a mayor in the case of a city specified by Cabinet Order of the Old Fluorocarbons Recovery and Destruction Act, Article 80, Paragraph 4) of the Act on Securing, etc. the Implementation of Recovery and Destruction of Fluorocarbons Contained in Specified Products (hereinafter referred to as the "Old Fluorocarbons Recovery and Destruction Act") pertaining to specified products before revision according to the provisions of Article 18 of the supplementary provisions, shall be deemed to have obtained registration of the Collection Operator of Article 42, Paragraph 1 by the governor (mayor or ward head in the case of a city or special ward having established a health center; the same shall apply in the next paragraph) having jurisdiction of the address of the business office pertaining to the registration of a Class II Specified Product Collection Operator of the Old Fluorocarbons Recovery and Destruction Act. 例文帳に追加

第三条 附則第一条第二号に掲げる規定の施行の際現に附則第十八条の規定による改正前の特定製品に係るフロン類の回収及び破壊の実施の確保等に関する法律(以下「旧フロン類回収破壊法」という。)第二十五条第一項の都道府県知事(旧フロン類回収破壊法第八十条第四項の政令で定める市にあっては、市長)の登録(以下この条において「旧フロン類回収破壊法の第二種特定製品引取業者の登録」という。)を受けている者は、当該旧フロン類回収破壊法の第二種特定製品引取業者の登録に係る事業所につき、当該事業所の所在地を管轄する都道府県知事(保健所を設置する市又は特別区にあっては、市長又は区長。次項において同じ。)がした第四十二条第一項の引取業者の登録を受けたものとみなす。 - 日本法令外国語訳データベースシステム

(3) The provision of Article 791 (excluding paragraph (1), item (i) and paragraph (3)) (Keeping and Inspection, etc. of Documents, etc. Related to Absorption-Type Split or Share Exchange) of the Companies Act shall apply mutatis mutandis to a converting Mutual Company carrying out a share exchange on Entity Conversion; the provisions of Article 309, paragraph (2) (excluding all items) (Resolution of Shareholders Meetings), Article 324, paragraph (2) (excluding all items (Resolution of Class Meetings) and Part V, Chapter V, Section 2, Subsection 2, Division 1 (excluding Article 795, paragraph (4), items (i) and (ii), Article 796, paragraph (3), item (i), (b), Article 799, paragraph (1), items (i) and (ii), Article 800, Article 801, paragraphs (1) and (2), Article 801, paragraph (3), items (i) and (ii), and Article 801, paragraph (5)) (Procedures for Stock Company) of that Act shall apply mutatis mutandis to a Wholly Owning Parent Company for Share Exchange on Entity Conversion; and the provisions of Article 868, paragraph (1) (Jurisdiction of Non-Contentious cases), Article 870 (limited to the segment pertaining to item (iv)) (Hearing of Statements), the main clause of Article 871 (Supplementary Note of Reasons), Article 872 (limited to the segment pertaining to item (iv)) (Immediate Appeal Against Ruling), the main clause of Article 873 (Stay of Execution of Original Sentence), Article 875 (Exclusion from Application of Provisions of Act on Procedures for Non-Contentious Cases) and Article 876 (Supreme Court Rules) of that Act shall apply mutatis mutandis to an application under Article 798, paragraph (2) of that Act as applied mutatis mutandis pursuant to this paragraph. In this case, any other necessary technical change in interpretation shall be specified by a Cabinet Order. 例文帳に追加

3 会社法第七百九十一条(第一項第一号及び第三項を除く。)(吸収分割又は株式交換に関する書面等の備置き及び閲覧等)の規定は組織変更株式交換を伴う組織変更をする相互会社について、同法第三百九条第二項(各号を除く。)(株主総会の決議)、第三百二十四条第二項(各号を除く。)(種類株主総会の決議)及び第五編第五章第二節第二款第一目(第七百九十五条第四項第一号及び第二号、第七百九十六条第三項第一号ロ、第七百九十九条第一項第一号及び第二号、第八百条並びに第八百一条第一項、第二項、第三項第一号及び第二号並びに第五項を除く。)(株式会社の手続)の規定は組織変更株式交換完全親会社について、同法第八百六十八条第一項(非訟事件の管轄)、第八百七十条(第四号に係る部分に限る。)(陳述の聴取)、第八百七十一条本文(理由の付記)、第八百七十二条(第四号に係る部分に限る。)(即時抗告)、第八百七十三条本文(原裁判の執行停止)、第八百七十五条(非訟事件手続法の規定の適用除外)及び第八百七十六条(最高裁判所規則)の規定はこの項において準用する同法第七百九十八条第二項の規定による申立てについて、それぞれ準用する。この場合において、必要な技術的読替えは、政令で定める。 - 日本法令外国語訳データベースシステム

(4) The provision of Article 811 (excluding paragraph (1), item (i)) (Keeping and Inspection , etc. of Documents, etc. Regarding Incorporation-Type Company Split or Share Transfer) of the Companies Act shall apply mutatis mutandis to a converting Mutual Company carrying out a share transfer on Entity Conversion; the provisions of Article 219, paragraph (1) (limited to the segment pertaining to item (viii)), (2) and (3) (Public Notice in Relation to Submission of Share Certificate), Article 220 (Cases Where Share Certificates Cannot be Submitted), Article 293, paragraph (1) (limited to the segment pertaining to item (vii)) and (2) to (4) inclusive (Public Notice in Relation to Submission of Share Option Certificate), Article 309, paragraph (2) (excluding the items) and (3) (limited to the segment pertaining to item (iii)) (Resolution of Shareholders Meetings), Article 324, paragraph (2) (excluding the items) and (3) (limited to the segment pertaining to item (ii)) (Resolution of Class Meetings), and Part V, Chapter V, Section 3, Subsection 1, Division 1 (excluding Article 803, paragraph (1), items (i) and (ii), Article 805, Article 808, paragraph (1), items (i) and (ii), Article 808, paragraph (3), items (i) and (ii), Article 810, paragraph (1), items (i) and (ii), Article 811, paragraph (1), item (i), Article 811, paragraph (3), and Article 812) (Procedures for Stock Company) of that Act shall apply mutatis mutandis to a Stock Company set forth in paragraph (1), item (ix); and the provisions of Article 815, paragraph (3) (limited to the segment pertaining to item (iii)), (4) and (6) (Keeping and Inspection, etc. of Documents, etc. Regarding Consolidation-Type Merger Agreement, etc.) of that Act shall apply mutatis mutandis to a Wholly Owning Parent Company Formed by Share Transfer on Entity Conversion. In this case, any other necessary technical change in interpretation shall be specified by a Cabinet Order. 例文帳に追加

4 会社法第八百十一条(第一項第一号を除く。)(新設分割又は株式移転に関する書面等の備置き及び閲覧等)の規定は組織変更株式移転を伴う組織変更をする相互会社について、同法第二百十九条第一項(第八号に係る部分に限る。)、第二項及び第三項(株券の提出に関する公告等)、第二百二十条(株券の提出をすることができない場合)、第二百九十三条第一項(第七号に係る部分に限る。)及び第二項から第四項まで(新株予約権証券の提出に関する公告等)、第三百九条第二項(各号を除く。)及び第三項(第三号に係る部分に限る。)(株主総会の決議)、第三百二十四条第二項(各号を除く。)及び第三項(第二号に係る部分に限る。)(種類株主総会の決議)並びに第五編第五章第三節第一款第一目(第八百三条第一項第一号及び第二号、第八百五条、第八百八条第一項第一号及び第二号並びに第三項第一号及び第二号、第八百十条第一項第一号及び第二号、第八百十一条第一項第一号及び第三項並びに第八百十二条を除く。)(株式会社の手続)の規定は第一項第九号の株式会社について、同法第八百十五条第三項(第三号に係る部分に限る。)、第四項及び第六項(新設合併契約等に関する書面等の備置き及び閲覧等)の規定は組織変更株式移転設立完全親会社について、それぞれ準用する。この場合において、必要な技術的読替えは、政令で定める。 - 日本法令外国語訳データベースシステム

A resident of a Contracting State is a qualified person for a taxable year only if such resident is either:(a) an individual; (b) a qualified governmental entity; (c) a company, if its principal class of shares is listed or registered on a recognised stock exchange specified in clause (i) or (ii) of subparagraph (c) of paragraph 8 and is regularly traded on one or more recognised stock exchanges; (d) a bank, an insurance company or a securities dealer that is established and regulated as such under the laws of the Contracting State of which it is a resident; (e) a person described in subparagraph (b) or (c) of paragraph 1 of Article 4, provided that in the case of a person described in subparagraph (b) of that paragraph as of the end of the prior taxable year more than 50 per cent of the person’s beneficiaries, members or participants are individuals who are residents of either Contracting State; or (f) a person other than an individual, if residents of either Contracting State that are qualified persons by reason of subparagraph (a), (b), (c), (d) or (e) of this paragraph own, directly or indirectly, shares or other beneficial interests representing at least 50 per cent of the capital or of the voting power of the person. 例文帳に追加

一方の締約国の居住者が次の(a)から(f)までに掲げる者のいずれかに該当する場合には、当該一方の締約国の居住者は、各課税年度において適格者とする。(a)個人(b)適格政府機関(c)法人(その主たる種類の株式が、8(c)(i)又は(ii)に規定する公認の有価証券市場に上場され、又は登録され、かつ、一又は二以上の公認の有価証券市場において通常取引されるものに限る。)(d)銀行、保険会社又は証券会社(その者が居住者とされる締約国の法令に基づいて設立され、かつ規制されるものに限る。)(e)第四条1(b)又は(c)に規定する者(同条1(b)に規定する者にあつては、当該課税年度の直前の課税年 度の終了の日においてその受益者、構成員又は参加者の五十パーセントを超えるものがいずれかの締約国の居住者である個人である年金基金又は年金計画に限る。)(f)個人以外の者((a)から(e)までに掲げる適格者であるいずれかの締約国の居住者が、発行済株式その他の受益に関する持分又は議決権の五十パーセント以上に相当する株式その他の受益に関する持分を直接又は間接に所有する場合に限る。) - 財務省

A resident of a Contracting State shall be a qualified person for a taxable year only if such resident is either: a) an individual; b) a qualified governmental entity; c) a company (including a company participating in a dual listed company arrangement), if its principal class of shares is listed or registered on a recognised stock exchange specified in clause (i) or (ii) of subparagraph d) of paragraph 6 and is regularly traded on one or more recognised stock exchanges; d) a person other than an individual or a company, if the principal class of units in that person is listed or admitted to dealings on a recognised stock exchange specified in clause (i) or (ii) of subparagraph d) of paragraph 6 and is regularly traded on one or more recognised stock exchanges; e) a pension fund, provided that as of the end of the prior taxable year more than 50 per cent of its beneficiaries, members or participants are individuals who are residents of either Contracting State; f) an organisation established under the law of that Contracting State and operated exclusively for a religious, charitable, educational, scientific, artistic, cultural or public purposes, provided that all or part of its income, profits or gains may be exempt from tax under the domestic law of that Contracting State; or g) a person other than an individual, if residents of either Contracting State that are qualified persons by reason of the provisions of subparagraphs a) to f) of this paragraph own, directly or indirectly, at least 50 per cent of the aggregate vote and value of the shares of the person, or at least 50 per cent of the beneficial interests in the person. 例文帳に追加

一方の締約国の居住者が次の(a)から(g)までに掲げる者のいずれかに該当する場合には、当該一方の締約国の居住者は、各課税年度において適格者とする。(a)個人(b)適格政府機関(c)法人(二元上場法人に関する取決めに参加する法人を含むものとし、その主たる種類の株式が、6(d)(i)又は(ii)に規定する公認の有価証券市場に上場され、又は登録され、かつ、一又は二以上の公認の有価証券市場において通常取引されるものに限る。)(d)個人又は法人以外の者(その主たる種類の持分証券が、6(d)(i)又は(ii)に規定する公認の有価証券市場に上場され、又は当該公認の有価証券市場において取引が認められ、かつ、一又は二以上の公認の有価証券市場において通常取引されるものに限る。)(e)年金基金(当該課税年度の直前の課税年度の終了の日においてその受益者、構成員又は参加者の五十パーセントを超えるものがいずれかの締約国の居住者である個人であるものに限る。)(f)当該一方の締約国の法令に基づいて設立された団体であって、専ら宗教、慈善、教育、科学、芸術、文化その他公の目的のために運営されるもの(当該一方の締約国の法令において所得、利得又は収益の全部又は一部に対する租税が免除されるものに限る。)(g)個人以外の者(その者の株式の議決権及び価値の五十パーセント以上又はその者の受益に関する持分の五十パーセント以上を(a)から(f)までに掲げる適格者であるいずれかの締約国の居住者が直接又は間接に所有する場合に限る。) - 財務省

例文

A resident of a Contracting State is a qualified person for a taxable year or chargeable period only if such resident is either: (a) an individual; (b) a qualified governmental entity; (c) a company if the principal class of its shares is listed, registered or admitted to dealings on a recognised stock exchange specified in clause (i) or (ii) of subparagraph (c) of paragraph 7 of this Article and is regularly traded on one or more recognised stock exchanges; (d) a person other than an individual or a company if the principal class of units in that person is listed, registered or admitted to dealings on a recognised stock exchange specified in clause (i) or (ii) of subparagraph (c) of paragraph 7 of this Article and is regularly traded on one or more recognised stock exchanges; (e) a person described in subparagraph (b) or (c) of paragraph 1 of Article 4 of this Convention, provided that in the case of a person described in subparagraph (b) of that paragraph as of the end of the prior taxable year or chargeable period more than 50 per cent of the person’s beneficiaries, members or participants are individuals who are residents of either Contracting State; (f) a person other than an individual if residents of either Contracting State that are qualified persons by reason of subparagraphs (a), (b), (c), (d) or (e) of this paragraph own, directly or indirectly, shares or other beneficial interests representing at least 50 per cent of the voting power of the person; or (g) a trust or trustee of a trust in their capacity as such if at least 50 per cent of the beneficial interests in the trust is held, directly or indirectly, by persons who are either: (i) qualified persons by reason of subparagraphs(a), (b), (c), (d) or (e) of this paragraph; or (ii) equivalent beneficiaries as defined in clause (i) of subparagraph (e) of paragraph7 of this Article. 例文帳に追加

一方の締約国の居住者が次の(a)から(g)までに掲げる者のいずれかに該当する場合には、当該一方の締約国の居住者は、各課税年度又は賦課年度において適格者とする。(a)個人(b)適格政府機関(c)法人(その主たる種類の株式が、7(c)(i)又は(ii)に規定する公認の有価証券市場に上場され若しくは登 録され、又は当該公認の有価証券市場において取引が認められ、かつ、一又は二以上の公認の有価証券市場において通常取引されるものに限る。)(d)個人又は法人以外の者(その主たる種類の持分証券が、7(c)(i)又は(ii)に規定する公認の有価証券市場に上場され若しくは登録され、又は当該公認の有価証券市場において取引が認められ、かつ、一又は二以上の公認の有価証券市場において通常取引されるものに限る。)(e)第四条1(b)又は(c)に規定する者(同条1(b)に規定する者にあっては、当該課税年度又は賦課年度の直前の課税年度又は賦課年度の終了の日においてその受益者、構成員又は参加者の五十パーセントを超えるものがいずれかの締約国の居住者である個人である年金基金又は年金計画に限る。)(f)個人以外の者((a)から(e)までに掲げる適格者であるいずれかの締約国の居住者が、議決権の五十パーセント以上に相当する株式その他の受益に関する持分を直接又は間接に所有する場合に限る。)(g)信託財産又は信託財産の受託者(次の(i)又は(ii)に掲げる者が、当該信託財産の受益に関する持分の五十パーセント以上を直接又は間接に所有する場合に限る。)(i)(a)から(e)までに掲げる適格者(ii)7(e)(i)に規定する同等受益者 - 財務省




  
Copyright(C) 財務省
※この記事は財務省ホームページの情報を転載しております。内容には仮訳のものも含まれており、今後内容に変更がある可能性がございます。
財務省は利用者が当ホームページの情報を用いて行う一切の行為について、何ら責任を負うものではありません。
  
Copyright Ministry of Economy, Trade and Industry. All Rights Reserved.
  
Copyright © Japan Patent office. All Rights Reserved.
  
日本法令外国語訳データベースシステム
※この記事は「日本法令外国語訳データベースシステム」の2010年9月現在の情報を転載しております。
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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.
  
© 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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS