nested enum
- From: "a" <a@xxxxxxxx>
- Date: Tue, 30 Aug 2005 07:14:24 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: Roedy Green
- Re: nested enum
- Prev by Date: Re: Question about debugging .class file
- Next by Date: Re: Problem with compiling files in a folder
- Previous by thread: Good books for a complete beginner!
- Next by thread: Re: nested enum
- Index(es):
Relevant Pages
|