boolean present_adjacencyType = true && (isSetAdjacencyType());
builder.append(present_adjacencyType);
if (present_adjacencyType)
builder.append(adjacencyType.getValue());
return builder.toHashCode();
}
public int compareTo(Adjacency other) {
if (!getClass().equals(other.getClass())) {
return getClass().getName().compareTo(other.getClass().getName());