Mylyn WikiText

org.eclipse.mylyn.wikitext.ui.annotation
Class AnchorNameAnnotation

java.lang.Object
  extended by Annotation
      extended by org.eclipse.mylyn.wikitext.ui.annotation.AnchorNameAnnotation

public class AnchorNameAnnotation
extends Annotation

An annotation that marks the location of an a/@name.

Since:
1.0
Author:
David Green

Field Summary
static String TYPE
           
 
Constructor Summary
AnchorNameAnnotation(String name)
           
 
Method Summary
 String getAnchorName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final String TYPE
See Also:
Constant Field Values
Constructor Detail

AnchorNameAnnotation

public AnchorNameAnnotation(String name)
Method Detail

getAnchorName

public String getAnchorName()

Mylyn WikiText

Copyright © 2007, 2009 David Green and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html