net.sourceforge.plantuml
Class Pragma

java.lang.Object
  extended by net.sourceforge.plantuml.Pragma
Direct Known Subclasses:
Defines

public class Pragma
extends Object


Constructor Summary
Pragma()
           
 
Method Summary
 void define(String name, String value)
           
protected  Set<Map.Entry<String,String>> entrySet()
           
 String getValue(String name)
           
 boolean isDefine(String name)
           
 void undefine(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pragma

public Pragma()
Method Detail

define

public void define(String name,
                   String value)

isDefine

public boolean isDefine(String name)

undefine

public void undefine(String name)

getValue

public String getValue(String name)

entrySet

protected Set<Map.Entry<String,String>> entrySet()


Copyright © 2013. All Rights Reserved.