public final class TLCReference extends ReferenceType implements TLC, Name
The element TLCreference is a generic metadata reference to the Akoma Ntoso IRI of an ontology instance of a class specified through the name attribute.
<xsd:element name=“TLCReference”> <xsd:complexType> <xsd:complexContent> <xsd:extension base=“referenceType”> <xsd:attributeGroup ref=“name” /> <xsd:extension> <xsd:complexContent> <xsd:complexType> <xsd:element>
| Constructor and Description |
|---|
TLCReference() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AknVisitor visitor) |
com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> |
attributes()
To read attributes.
|
String |
getName() |
String |
name()
Name of this object (the name of the xml element)
|
void |
setName(String name) |
void |
write(XmlWriter writer)
The object implements the write method to save its contents by calling the methods of Output.
|
getHref, getShortForm, getShowAs, setHref, setShortForm, setShowAsgetEid, getEvolvingId, getGUID, getId, getWid, read, setEid, setEvolvingId, setGUID, setId, setWid, toString, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEid, getEvolvingId, getGUID, getId, getWid, setEid, setEvolvingId, setGUID, setId, setWidcompare, nestedComparereadadd, getAttributes, nestedComparepublic void write(XmlWriter writer) throws IOException
The object implements the write method to save its contents by calling the methods of Output.
write in interface Corewrite in interface IdReqwrite in interface Externalizablewrite in class ReferenceTypewriter - the stream to write the object toIOExceptionpublic String name()
Name of this object (the name of the xml element)
public com.google.common.collect.ImmutableMap<String,AttributeGetterSetter<AknObject>> attributes()
To read attributes.
attributes in interface AknObjectattributes in class ReferenceTypepublic void accept(AknVisitor visitor)
Copyright © 2017. All rights reserved.