What is the Java equivalent of .NET TypeCode? -
please tell me equivalent of .net system.typecode enum in java , how obtain it? can find nothing on class class in docs appears same. had @ corba.typecode not after. thank you.
there no direct equivalent in standard java libraries. sorry.
(and right: corba.typecode not equivalent. describes corba idl types not java types ... , gives more-or-less complete type description, not enum of different kinds of type.)
Comments
Post a Comment