パッケージ jcifs.netbios
クラス Name
- java.lang.Object
-
- jcifs.netbios.Name
-
- すべての実装されたインタフェース:
NetbiosName
public class Name extends Object implements NetbiosName
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 Name(Configuration cfg, String name, int hexCode, String scope)Name(Configuration cfg, NetbiosName name)
-
-
-
コンストラクタの詳細
-
Name
public Name(Configuration cfg, String name, int hexCode, String scope)
- パラメータ:
cfg-name-hexCode-scope-
-
Name
public Name(Configuration cfg, NetbiosName name)
- パラメータ:
cfg-name-
-
-
メソッドの詳細
-
getName
public String getName()
- 定義:
getNameインタフェース内NetbiosName- 戻り値:
- the name
-
getScope
public String getScope()
- 定義:
getScopeインタフェース内NetbiosName- 戻り値:
- scope id
-
getNameType
public int getNameType()
- 定義:
getNameTypeインタフェース内NetbiosName- 戻り値:
- the name type
-
isUnknown
public boolean isUnknown()
- 戻り値:
- whether this is the unknown address
-
-