All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.legaldocml.akn.element.TLCObject Maven / Gradle / Ivy

package io.legaldocml.akn.element;

import io.legaldocml.akn.group.TLC;
import io.legaldocml.io.impl.Buffers;
import io.legaldocml.io.XmlWriter;

import java.io.IOException;

import static io.legaldocml.akn.AknElements.TLC_OBJECT;

/**
 * The element TLCObject is a metadata reference to the Akoma Ntoso IRI of an ontology instance of the class Object.
 *
 * 
 *   
 * 
* * @author Jacques Militello */ public final class TLCObject extends ReferenceType implements TLC { /** * Memory address. */ private static final long ADDRESS_TLC_OBJECT = Buffers.address(TLC_OBJECT); /** * {@inheritDoc} */ @Override public void write(XmlWriter writer) throws IOException { writer.writeStart(ADDRESS_TLC_OBJECT, 9); super.write(writer); writer.writeEnd(ADDRESS_TLC_OBJECT, 9); } /** * {@inheritDoc} */ @Override public String name() { return TLC_OBJECT; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy