|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Returns the ministry specific organization code value as one field. Classes implementing this interface should be able to be cast to their actual class, in order to provide any ministry-specific data.
| Method Summary | |
java.lang.String |
getOrganizationCode()
Returns the ministry-specific unique organization code as a String. |
int |
getOrganizationCodeAsInt()
Returns the ministry-specific unique organization code as an int. |
long |
getOrganizationCodeAsLong()
Returns the ministry-specific unique organization code as a long. |
| Method Detail |
public java.lang.String getOrganizationCode()
public int getOrganizationCodeAsInt()
throws java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationException - Thrown if this code cannot be expressed as a number.
public long getOrganizationCodeAsLong()
throws java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationException - Thrown if this code cannot be expressed as a number.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||