public class AttributeIdentifier
extends java.lang.Object
implements java.lang.Cloneable
Constructor and Description |
---|
AttributeIdentifier(de.bsvrz.dav.daf.main.config.Attribute attribute) |
AttributeIdentifier(de.bsvrz.dav.daf.main.config.Attribute attribute,
AttributeIdentifier child) |
AttributeIdentifier(de.bsvrz.dav.daf.main.config.Attribute attribute,
int index) |
AttributeIdentifier(java.lang.String description,
de.bsvrz.dav.daf.main.config.AttributeSet set)
Erzeugt einen AttributeIdentifier aus einem String der Form
Attribut([Index])?.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
de.bsvrz.dav.daf.main.config.Attribute |
getAttribute() |
AttributeIdentifier |
getChild() |
de.bsvrz.dav.daf.main.Data |
getDataElement(de.bsvrz.dav.daf.main.Data data)
Findet das durch diese Klasse referenzierte Datenobjekt (bzw.
|
int |
getIndex() |
de.bsvrz.dav.daf.main.config.Attribute |
getLastAttribute() |
java.lang.String |
getName() |
boolean |
hasChild() |
int |
hashCode() |
boolean |
hasIndex() |
boolean |
isAtomic() |
java.lang.String |
toString() |
public AttributeIdentifier(de.bsvrz.dav.daf.main.config.Attribute attribute)
public AttributeIdentifier(de.bsvrz.dav.daf.main.config.Attribute attribute, int index)
public AttributeIdentifier(de.bsvrz.dav.daf.main.config.Attribute attribute, AttributeIdentifier child)
public AttributeIdentifier(java.lang.String description, de.bsvrz.dav.daf.main.config.AttributeSet set) throws SemanticErrorException
description
- Descriptionset
- SetSemanticErrorException
- Exceptionpublic java.lang.String getName()
public de.bsvrz.dav.daf.main.config.Attribute getAttribute()
public int getIndex()
public boolean hasIndex()
public AttributeIdentifier getChild()
public boolean hasChild()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public boolean isAtomic()
public de.bsvrz.dav.daf.main.config.Attribute getLastAttribute()
public de.bsvrz.dav.daf.main.Data getDataElement(de.bsvrz.dav.daf.main.Data data)
data
- Data