Style Intelligence v12.0

inetsoft.uql.asset
Class AssetContent

java.lang.Object
  extended by java.lang.Enum
      extended by inetsoft.uql.asset.AssetContent
All Implemented Interfaces:
inetsoft.util.TransformListener, Serializable, Comparable

public final class AssetContent
extends Enum
implements inetsoft.util.TransformListener

This enum defines the different asset contents for loading.

See Also:
Serialized Form

Field Summary
static AssetContent ALL
           
static AssetContent CONTEXT
           
static AssetContent NO_DATA
           
 
Method Summary
 void transform(Document node, String cname)
          Trim the XML tree.
static AssetContent valueOf(String name)
           
static AssetContent[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ALL

public static final AssetContent ALL

CONTEXT

public static final AssetContent CONTEXT

NO_DATA

public static final AssetContent NO_DATA
Method Detail

values

public static AssetContent[] values()

valueOf

public static AssetContent valueOf(String name)

transform

public void transform(Document node,
                      String cname)
Trim the XML tree.

Specified by:
transform in interface inetsoft.util.TransformListener

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.