public final class RdfsEnumLiteral extends RdfsElem
invalidCharsPattern
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Uses all instance fields except for _model.
|
java.util.List<org.tanjakostic.jcleancim.experimental.builder.rdfs.RdfsDifference> |
getDiffs(RdfsElem other)
Calculates differences between this instance and
other and returns them in a
list of Strings. |
java.lang.String |
getKind()
Returns the string describing the kind of this element.
|
int |
hashCode()
Uses all instance fields except for _model.
|
java.lang.String |
toString() |
java.lang.String |
toStringLong() |
formatDiff, getAbout, getComment, getLabel, getModel, getName, getPackage, getSchemaLabel
public java.lang.String getKind()
RdfsElem
public java.lang.String toStringLong()
toStringLong
in class RdfsElem
public int hashCode()
RdfsElem
public boolean equals(java.lang.Object obj)
RdfsElem
public final java.util.List<org.tanjakostic.jcleancim.experimental.builder.rdfs.RdfsDifference> getDiffs(RdfsElem other)
RdfsElem
other
and returns them in a
list of Strings. While RdfsElem.equals(Object)
method ignores some known differences between
elements in different dialects, this method catches them all.
Implementation note: Subclasses that override this method are expected to first call super.runDiff().
Copyright 2009-2016 Tatjana (Tanja) Kostic