Klasse ClasspathAttributeDelta
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.ClasspathAttributeDelta
- Alle implementierten Schnittstellen:
IClasspathAttributeDelta
- Siehe auch:
-
Feldübersicht
Von Schnittstelle geerbte Felder org.aspectj.org.eclipse.jdt.core.IClasspathAttributeDelta
ADDED, CHANGED, REMOVED -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the name of the affected attribute.Returns the current value of the affected attribute.intgetKind()Returns the kind of this delta - one ofIClasspathAttributeDelta.ADDED,IClasspathAttributeDelta.REMOVED, orIClasspathAttributeDelta.CHANGED.toString()
-
Methodendetails
-
getKind
public int getKind()Beschreibung aus Schnittstelle kopiert:IClasspathAttributeDeltaReturns the kind of this delta - one ofIClasspathAttributeDelta.ADDED,IClasspathAttributeDelta.REMOVED, orIClasspathAttributeDelta.CHANGED.- Angegeben von:
getKindin SchnittstelleIClasspathAttributeDelta- Gibt zurück:
- the kind of this delta
-
getAttributeName
Beschreibung aus Schnittstelle kopiert:IClasspathAttributeDeltaReturns the name of the affected attribute.- Angegeben von:
getAttributeNamein SchnittstelleIClasspathAttributeDelta- Gibt zurück:
- the name of the attribute
-
getAttributeValue
Beschreibung aus Schnittstelle kopiert:IClasspathAttributeDeltaReturns the current value of the affected attribute.- Angegeben von:
getAttributeValuein SchnittstelleIClasspathAttributeDelta- Gibt zurück:
- the value of the attribute
-
toString
-