Class jas.GenericAttr
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jas.GenericAttr

java.lang.Object
   |
   +----jas.GenericAttr

public class GenericAttr
extends Object

Constructor Index

 o GenericAttr(String, byte[])
Make up a new attribute
 o GenericAttr(CP, byte[])
Make up a new attribute

Constructors

 o GenericAttr
  public GenericAttr(String name,
                     byte data[])
Make up a new attribute
Parameters:
name - Name to be associated with the attribute
See Also:
addGenericAttr, addGenericAttr
 o GenericAttr
  public GenericAttr(CP name,
                     byte data[])
Make up a new attribute
Parameters:
name - CP to be defined as the name of the attribute
See Also:
addGenericAttr, addGenericAttr

All Packages  Class Hierarchy  This Package  Previous  Next  Index