Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.oaext.model
Interface UTF8NameConverter.IdentifierEncoder

Enclosing class:
UTF8NameConverter

public static interface UTF8NameConverter.IdentifierEncoder

Encoder for encoding parts of the an identifier.


Field Summary
static byte BODY
          The body part.
static byte HEAD
          The head part.
static byte TAIL
          The tail part.
 
Method Summary
 java.lang.String encode(byte part, java.lang.String str)
          Encodes a part of an identifier.
 

Field Detail

HEAD

static final byte HEAD
The head part.

See Also:
Constant Field Values

TAIL

static final byte TAIL
The tail part.

See Also:
Constant Field Values

BODY

static final byte BODY
The body part.

See Also:
Constant Field Values
Method Detail

encode

java.lang.String encode(byte part,
                        java.lang.String str)
Encodes a part of an identifier. This method should not return null when the given String is not null. It may or may not return null when the given String is null.

Parameters:
part - the part
str - the text to be encoded
Returns:
the encoded text; maybe null if the given String is null

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.