Uses of Class
org.xwiki.velocity.internal.util.VelocityBlock.VelocityType

Packages that use VelocityBlock.VelocityType
org.xwiki.velocity.internal.util   
 

Uses of VelocityBlock.VelocityType in org.xwiki.velocity.internal.util
 

Methods in org.xwiki.velocity.internal.util that return VelocityBlock.VelocityType
 VelocityBlock.VelocityType VelocityParserContext.getType()
           
 VelocityBlock.VelocityType VelocityBlock.getType()
           
static VelocityBlock.VelocityType VelocityBlock.VelocityType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VelocityBlock.VelocityType[] VelocityBlock.VelocityType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.xwiki.velocity.internal.util with parameters of type VelocityBlock.VelocityType
 void VelocityParserContext.setType(VelocityBlock.VelocityType type)
           
 void VelocityBlock.setType(VelocityBlock.VelocityType type)
           
 

Constructors in org.xwiki.velocity.internal.util with parameters of type VelocityBlock.VelocityType
VelocityBlock(java.lang.String name, VelocityBlock.VelocityType type)
           
 



Copyright © 2004-2011 XWiki. All Rights Reserved.