public static final class OSFCodeSetRegistry.Entry extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
First checks reference equality since it's expected
people will use the pre-defined constant Entries.
|
int |
getMaxBytesPerChar() |
String |
getName()
Returns the Java equivalent name.
|
int |
getNumber()
Get the OSF registry number for this code set.
|
int |
hashCode()
Uses the registry number as the hash code.
|
boolean |
isFixedWidth()
Is this a fixed or variable width code set? (In CORBA
terms, "non-byte-oriented" or a "byte-oriented"
code set, respectively)
|
public String getName()
public int getNumber()
public boolean isFixedWidth()
public int getMaxBytesPerChar()
public boolean equals(Object obj)
Copyright © 2019 JBoss by Red Hat. All rights reserved.