| java.lang.Object org.geotools.gui.swing.referencing.Code
Code | final class Code (Code) | | An element in a
CodeList . This element stores the
.
The description name will be fetched when first needed and returned by
Code.toString .
version: $Id: Code.java 20883 2006-08-07 13:48:09Z jgarnett $ author: Martin Desruisseaux |
Field Summary | |
final public String | code The authority code. | final int | index The sequential index. |
Constructor Summary | |
public | Code(AuthorityFactory factory, String code, int index) Creates a code from the specified value. |
Method Summary | |
public String | toString() Returns the name for this code. |
index | final int index(Code) | | The sequential index.
|
Code | public Code(AuthorityFactory factory, String code, int index)(Code) | | Creates a code from the specified value.
Parameters: factory - The authority factory. Parameters: code - The authority code. |
toString | public String toString()(Code) | | Returns the name for this code.
|
|
|