Class PlainJavaMarker
java.lang.Object
org.faktorips.devtools.abstraction.AWrapper<PlainJavaMarkerImpl>
org.faktorips.devtools.abstraction.plainjava.internal.PlainJavaMarker
- All Implemented Interfaces:
org.faktorips.devtools.abstraction.AAbstraction,org.faktorips.devtools.abstraction.AMarker
public class PlainJavaMarker
extends org.faktorips.devtools.abstraction.AWrapper<PlainJavaMarkerImpl>
implements org.faktorips.devtools.abstraction.AMarker
-
Constructor Summary
ConstructorsConstructorDescriptionPlainJavaMarker(PlainJavaMarkerImpl original) PlainJavaMarker(PlainJavaResource resource, String type) -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()getAttribute(String attributeName) booleangetAttribute(String attributeName, boolean defaultValue) intgetAttribute(String attributeName, int defaultValue) getAttribute(String attributeName, String defaultValue) longgetId()getType()booleanisError()voidsetAttribute(String attributeName, Object value) voidsetAttributes(String[] attributeNames, Object[] values) Methods inherited from class org.faktorips.devtools.abstraction.AWrapper
equals, hashCode, toString, unwrapMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.faktorips.devtools.abstraction.AAbstraction
unwrap
-
Constructor Details
-
PlainJavaMarker
-
PlainJavaMarker
-
-
Method Details
-
delete
public void delete()- Specified by:
deletein interfaceorg.faktorips.devtools.abstraction.AMarker
-
getAttribute
- Specified by:
getAttributein interfaceorg.faktorips.devtools.abstraction.AMarker
-
getAttribute
- Specified by:
getAttributein interfaceorg.faktorips.devtools.abstraction.AMarker
-
getAttribute
- Specified by:
getAttributein interfaceorg.faktorips.devtools.abstraction.AMarker
-
getAttribute
- Specified by:
getAttributein interfaceorg.faktorips.devtools.abstraction.AMarker
-
setAttribute
- Specified by:
setAttributein interfaceorg.faktorips.devtools.abstraction.AMarker
-
setAttributes
- Specified by:
setAttributesin interfaceorg.faktorips.devtools.abstraction.AMarker
-
isError
public boolean isError()- Specified by:
isErrorin interfaceorg.faktorips.devtools.abstraction.AMarker
-
getType
- Specified by:
getTypein interfaceorg.faktorips.devtools.abstraction.AMarker
-
getId
public long getId()- Specified by:
getIdin interfaceorg.faktorips.devtools.abstraction.AMarker
-