API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.openmbean. TabularType View Source
Author(s)
Sun Microsystems, Inc.
Since
1.5
Version
3.27 06/05/03
Serial
Hierarchy
 Object
      OpenType
          TabularType
Implements
Subclasses
Description
public class TabularType
  The TabularType class is the open type class whose instances describe the types of TabularData values.
See also:   
Constructors
public TabularType (String typeName, String description, CompositeType rowType, String indexNames) throws OpenDataException
  Constructs a TabularType instance, checking for the validity of the given parameters.
Methods
Hide/Show inherited methods
public boolean equals (Object obj) [Specified in OpenType]
  Compares the specified obj parameter with this TabularType instance for equality.
public String getClassName () [Inherited From OpenType]
  Returns the fully qualified Java class name of the open data values this open type describes.
public String getDescription () [Inherited From OpenType]
  Returns the text description of this OpenType instance.
pack-privatesynchronized Descriptor getDescriptor () [Inherited From OpenType]
public List<String> getIndexNames ()
  Returns, in the same order as was given to this instance's constructor, an unmodifiable List of the names of the items the values of which are used to uniquely index each row element of tabular data values described by this TabularType instance.
public CompositeType getRowType ()
  Returns the type of the row elements of tabular data values described by this TabularType instance.
public String getTypeName () [Inherited From OpenType]
  Returns the name of this OpenType instance.
public int hashCode () [Specified in OpenType]
  Returns the hash code value for this TabularType instance.
public boolean isArray () [Inherited From OpenType]
  Returns true if the open data values this open type describes are arrays, false otherwise.
@Override
pack-private boolean isAssignableFrom (OpenType ot)
pack-private boolean isAssignableFrom (OpenType<Object> ot) [Inherited From OpenType]
  Tests whether values of the given type can be assigned to this open type.
public boolean isValue (Object obj) [Specified in OpenType]
  Tests whether obj is a value which could be described by this TabularType instance.
public String toString () [Specified in OpenType]
  Returns a string representation of this TabularType instance.
Fields
Hide/Show inherited fields
@Deprecated
publicfinalstatic String ALLOWED_CLASSNAMES [Inherited From OpenType]
publicfinalstatic List<String> ALLOWED_CLASSNAMES_LIST [Inherited From OpenType]
  List of the fully qualified names of the Java classes allowed for open data values.
pack-privatefinalstatic long serialVersionUID = "6554071860220659261" [Overrides OpenType]
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar