Uses of Class
org.glassfish.rmic.TypeCode
-
Packages that use TypeCode Package Description org.glassfish.rmic org.glassfish.rmic.tools.java -
-
Uses of TypeCode in org.glassfish.rmic
Methods in org.glassfish.rmic that return TypeCode Modifier and Type Method Description static TypeCode
TypeCode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TypeCode[]
TypeCode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TypeCode in org.glassfish.rmic.tools.java
Fields in org.glassfish.rmic.tools.java declared as TypeCode Modifier and Type Field Description private TypeCode
Type. typeCode
The TypeCode of this type.Constructors in org.glassfish.rmic.tools.java with parameters of type TypeCode Constructor Description Type(TypeCode tc, java.lang.String typeSig)
Create a type given a typecode and a type signature.
-