|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 | |||||||||
java.lang.Objectorg.omg.CORBA.StructMember
public final class StructMember
인터페이스 리포지터리(repository)의 IDL struct 멤버를 기술합니다. 이것에는 struct 멤버의 이름,struct 멤버의 형태, 및 struct 멤버 객체를 기술한 struct 멤버의 IDL 의 형태를 나타내는 typedef 등이 있습니다.
| 필드의 개요 | |
|---|---|
String |
name
이 StructMember 객체로 기술된 struct 멤버의 이름 |
TypeCode |
type
이 StructMember 객체로 기술된 struct 멤버의 형태 |
IDLType |
type_def
이 StructMember 객체로 기술된 struct 멤버의 IDL 의 형태를 나타내는 typedef 입니다. |
| 생성자 의 개요 | |
|---|---|
StructMember ()
디폴트의 StructMember 객체를 구축합니다. |
|
StructMember (String __name,
TypeCode __type,
IDLType __type_def)
지정된 값으로 초기화된 StructMember 객체를 구축합니다. |
|
| 메소드의 개요 |
|---|
| 클래스 java.lang. Object 로부터 상속된 메소드 |
|---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
| 필드의 상세 |
|---|
public String name
StructMember 객체로 기술된 struct 멤버의 이름
public TypeCode type
StructMember 객체로 기술된 struct 멤버의 형태
public IDLType type_def
StructMember 객체로 기술된 struct 멤버의 IDL 의 형태를 나타내는 typedef 입니다.
| 생성자 의 상세 |
|---|
public StructMember()
StructMember 객체를 구축합니다.
public StructMember(String __name,
TypeCode __type,
IDLType __type_def)
StructMember 객체를 구축합니다.
__name - struct 멤버의 이름을 가지는 String
객체__type - struct 멤버의 형태를 기술하는 TypeCode
객체__type_def - struct 멤버의 IDL 타입을 나타내는 IDLType
객체
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.