Uses of Class
tinytl.TTLIdentifier

Packages that use TTLIdentifier
tinytl   
 

Uses of TTLIdentifier in tinytl
 

Fields in tinytl declared as TTLIdentifier
private  TTLIdentifier TTLPattern.name
          Fields
private  TTLIdentifier TTLElmtNode.name
          Fields
private  TTLIdentifier TTLAttrNode.name
          Fields
private  TTLIdentifier TTLApplication.name
          Fields
 

Fields in tinytl with type parameters of type TTLIdentifier
private  java.util.ArrayList<TTLIdentifier> TTLElmtList.idents
          Fields
 

Methods in tinytl that return TTLIdentifier
private  TTLIdentifier JDOM2TTLParser.constructIdentifier(java.lang.String name)
           
 TTLIdentifier TTLPattern.getName()
          Get the name of the Pattern
 TTLIdentifier TTLElmtNode.getName()
           
 TTLIdentifier TTLAttrNode.getName()
           
 TTLIdentifier TTLApplication.getName()
           
 

Methods in tinytl that return types with arguments of type TTLIdentifier
private  java.util.ArrayList<TTLIdentifier> JDOM2TTLParser.constructElmtList(java.lang.String attributeValue)
           
 java.util.ArrayList<TTLIdentifier> TTLElmtList.getIdents()
           
 

Methods in tinytl with parameters of type TTLIdentifier
protected  void TTLPattern.setName(TTLIdentifier id)
          Set the name of the Pattern
 void TTLElmtNode.setName(TTLIdentifier name)
           
 void TTLAttrNode.setName(TTLIdentifier name)
           
 void TTLApplication.setName(TTLIdentifier name)
           
 

Method parameters in tinytl with type arguments of type TTLIdentifier
 void TTLElmtList.setIdents(java.util.ArrayList<TTLIdentifier> idents)