public class Name extends Object implements NetbiosName
| Modifier and Type | Field and Description |
|---|---|
int |
hexCode
Type
|
String |
name
Name
|
String |
scope
Scope id
|
| Constructor and Description |
|---|
Name(Configuration cfg,
NetbiosName name) |
Name(Configuration cfg,
String name,
int hexCode,
String scope) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
int |
getNameType() |
String |
getScope() |
int |
hashCode() |
boolean |
isUnknown() |
String |
toString() |
public String name
public String scope
public int hexCode
public Name(Configuration cfg, String name, int hexCode, String scope)
cfg - name - hexCode - scope - public Name(Configuration cfg, NetbiosName name)
cfg - name - public String getName()
getName in interface NetbiosNamepublic String getScope()
getScope in interface NetbiosNamepublic int getNameType()
getNameType in interface NetbiosNamepublic boolean isUnknown()
Copyright © 2021. All rights reserved.