|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.connecterra.ale.uri.TagMemoryURI
public class TagMemoryURI
Parsed representation of a tag memory URI, as used in an ECSpec included memory, or a PCSpec OpRequest. It is either a symbolic name URI, or an explicit bank reference, by bank name, offset, and length.
| Method Summary | |
|---|---|
boolean |
equals(Object other)
|
String |
getBank()
If this is a reference to an explicit memory bank, returns the name of the bank. |
int |
getLength()
If this is a reference to an explicit memory bank, returns the reference length in bits. |
String |
getName()
If this is a reference to a memory by symbolic name, returns that name. |
int |
getNumericBank()
If this is a reference to an explicit memory bank with a numeric bank identifier, returns the bank number. |
int |
getOffset()
If this is a reference to an explicit memory bank, returns the reference offset in bits. |
URI |
getURI()
|
int |
hashCode()
|
boolean |
isNamedField(String name)
If this is a reference to a memory by symbolic name, returns true if name equals the symbolic name. |
boolean |
isNumericBank()
|
boolean |
isSymbolic()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public URI getURI()
URI valuepublic boolean isSymbolic()
public String getName()
String namepublic String getBank()
String namepublic boolean isNumericBank()
public int getNumericBank()
int bank numberpublic int getLength()
int bank numberpublic int getOffset()
int bank numberpublic boolean isNamedField(String name)
name equals the symbolic name.
name - a String value
public int hashCode()
hashCode in class Objectpublic boolean equals(Object other)
equals in class Objectpublic String toString()
toString in class Object
|
Documentation is available at ${DOCSWEBROOT} Copyright 2007 BEA Systems Inc. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||