nested enum
- From: "a" <a@xxxxxxxx>
- Date: Tue, 30 Aug 2005 01:42:03 GMT
Is it possible to do a nested enum?
For example,
private enum inside0{a,b,c}
private enum inside1{d,e,f}
private enum outside{inside0, inside1}
outside _variable=outside.inside0.a; //error here, but want a similar way
Is it possible to set the _variable in the way similar to the above?
Thanx
.
- Follow-Ups:
- Re: nested enum
- From: Oliver Wong
- Re: nested enum
- From: IchBin
- Re: nested enum
- Prev by Date: Re: Java JDE and Mac?
- Next by Date: Re: nested enum
- Previous by thread: Java JDE and Mac?
- Next by thread: Re: nested enum
- Index(es):
Relevant Pages
|
|