|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.afp.modca.Registry.ObjectType
public class Registry.ObjectType
Encapsulates a MOD:CA Registry Object Type entry
Constructor Summary | |
---|---|
Registry.ObjectType(byte componentId,
byte[] oid,
java.lang.String name,
boolean includable,
java.lang.String mimeType)
Main constructor |
Method Summary | |
---|---|
byte |
getComponentId()
Returns the compontentId for this entry |
java.lang.String |
getMimeType()
Returns the mime type associated with this object type |
java.lang.String |
getName()
Returns the object type name for the given componentId |
byte[] |
getOID()
Returns a MOD:CA object type OID from a given a componentId |
boolean |
isIncludable()
Returns true if this component can be included with an IOB structured field |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Registry.ObjectType(byte componentId, byte[] oid, java.lang.String name, boolean includable, java.lang.String mimeType)
componentId
- the component id of this object typeoid
- the object id of this object typename
- the object type nameincludable
- true if this object can be included with an IOB structured fieldmimeType
- the mime type associated with this object typeMethod Detail |
---|
public byte[] getOID()
public java.lang.String getName()
public byte getComponentId()
public boolean isIncludable()
public java.lang.String getMimeType()
public java.lang.String toString()
toString
in class java.lang.Object
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |