org.apache.fop.render.afp.modca
Class AbstractNamedAFPObject
public abstract class AbstractNamedAFPObject
This is the base class for all named data stream objects.
A named data stream object has an 8 byte EBCIDIC name.
protected String | _name - The actual name of the object
|
protected byte[] | _nameBytes - The name of the object in EBCIDIC bytes
|
AbstractNamedAFPObject(String name) - Constructor for the ActiveEnvironmentGroup, this takes a
name parameter which should be 8 characters long.
|
_name
protected String _name
The actual name of the object
_nameBytes
protected byte[] _nameBytes
The name of the object in EBCIDIC bytes
AbstractNamedAFPObject
public AbstractNamedAFPObject(String name)
Constructor for the ActiveEnvironmentGroup, this takes a
name parameter which should be 8 characters long.
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.