public abstract class Attribute extends BaseAttribute
Modifier and Type | Class and Description |
---|---|
static class |
Attribute.Builder<T extends Attribute,B extends Attribute.Builder<T,B>>
Base class for builders for attributes that inherit from
Attribute . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getEndOffset()
Return the end character offset.
|
int |
getStartOffset()
Returns the start character offset.
|
int |
hashCode() |
getExtendedProperties, toString
public int getStartOffset()
public int getEndOffset()
public boolean equals(Object o)
equals
in class BaseAttribute
public int hashCode()
hashCode
in class BaseAttribute
Copyright © 2016 Basis Technology Corporation. All Rights Reserved.