「access modifiers」を含む例文一覧(1)

  • Notice that Fields' Visibility is by default set to private, and Accessors' Visibility to public, indicating that the access modifier for class variable declaration will be specified as private, whereas getter and setter methods will be generated with public and private modifiers,respectively.
    フィールドの可視性はデフォルトで private に、アクセス用メソッドの可視性は public に設定されています。 これは、クラス変数宣言のアクセス修飾子は private と指定され、取得メソッドと設定メソッドはそれぞれ public と private の修飾子を指定して生成されることを示します。 - NetBeans

例文データの著作権について