Name

VM_ABSTRACT

Synopsis

A wrapper for a value for a TypeCode's value modifier, obtained using its type_modifier() method. VM_ABSTRACT.value indicates that the value type is an abstract type, and cannot be instantiated directly.

public interface VM_ABSTRACT {
// Public Constants
   public static final short value;                              // =2
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.