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 Details

  • Method Details

    • delete

      public void delete()
      Specified by:
      delete in interface org.faktorips.devtools.abstraction.AMarker
    • getAttribute

      public Object getAttribute(String attributeName)
      Specified by:
      getAttribute in interface org.faktorips.devtools.abstraction.AMarker
    • getAttribute

      public String getAttribute(String attributeName, String defaultValue)
      Specified by:
      getAttribute in interface org.faktorips.devtools.abstraction.AMarker
    • getAttribute

      public int getAttribute(String attributeName, int defaultValue)
      Specified by:
      getAttribute in interface org.faktorips.devtools.abstraction.AMarker
    • getAttribute

      public boolean getAttribute(String attributeName, boolean defaultValue)
      Specified by:
      getAttribute in interface org.faktorips.devtools.abstraction.AMarker
    • setAttribute

      public void setAttribute(String attributeName, Object value)
      Specified by:
      setAttribute in interface org.faktorips.devtools.abstraction.AMarker
    • setAttributes

      public void setAttributes(String[] attributeNames, Object[] values)
      Specified by:
      setAttributes in interface org.faktorips.devtools.abstraction.AMarker
    • isError

      public boolean isError()
      Specified by:
      isError in interface org.faktorips.devtools.abstraction.AMarker
    • getType

      public String getType()
      Specified by:
      getType in interface org.faktorips.devtools.abstraction.AMarker
    • getId

      public long getId()
      Specified by:
      getId in interface org.faktorips.devtools.abstraction.AMarker