|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.models.AlphabeticSequencer
public class AlphabeticSequencer
AlphabeticSequencer is a utility that assigns a sequence of characters of the alphabet to a given integer value. For example "A" is returned for the integer value 1, "B" for 2, "AA" for 27, "BB" for 28, etc.
| Field Summary | |
|---|---|
static AlphabeticSequencer |
defaultInstance
Default instance of AlphabeticSequencer. |
| Constructor Summary | |
|---|---|
AlphabeticSequencer()
Constructs an AlphabeticSequencer object. |
|
| Method Summary | |
|---|---|
boolean |
attachView()
Signals that an AlphabeticSequencer is being attached to a view. |
int |
count()
count() is implemented since it's part of the IndexedGetInterface which extends Countable. |
void |
detachView()
Signals that an AlphabeticSequencer is being detached from a view. |
java.lang.Object |
get(int index)
Returns a sequence of characters associated with a given integer value. |
| Field Detail |
|---|
public static AlphabeticSequencer defaultInstance
| Constructor Detail |
|---|
public AlphabeticSequencer()
| Method Detail |
|---|
public java.lang.Object get(int index)
get in interface IndexedGetInterfaceindex - index to associate a sequence of characters with
public int count()
count in interface com.sas.util.Countablepublic boolean attachView()
attachView in interface ModelInterfaceModelInterface.detachView(),
ViewInterface.attachModel(com.sas.ModelInterface)public void detachView()
detachView in interface ModelInterfaceModelInterface.attachView(),
ViewInterface.detachModel(com.sas.ModelInterface)
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||