Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

zava.profiles.profileConfiguration.objects
Class TagSetElement  view TagSetElement download TagSetElement.java

java.lang.Object
  extended byzava.profiles.profileConfiguration.objects.Database
      extended byzava.profiles.profileConfiguration.objects.Profile
          extended byzava.profiles.profileConfiguration.objects.TagSet
              extended byzava.profiles.profileConfiguration.objects.TagSetElement

public class TagSetElement
extends TagSet


Field Summary
 java.lang.String zavaTagSetElementDataType
           
 java.lang.String zavaTagSetElementName
           
 java.lang.String zavaTagSetElementPath
           
 
Fields inherited from class zava.profiles.profileConfiguration.objects.TagSet
zavaTagSetName
 
Fields inherited from class zava.profiles.profileConfiguration.objects.Profile
zavaProfileName
 
Fields inherited from class zava.profiles.profileConfiguration.objects.Database
zavaDatabaseName
 
Constructor Summary
TagSetElement()
           
TagSetElement(java.lang.String databaseName, java.lang.String profileName, java.lang.String tagSetName, java.lang.String tsElement)
           
 
Method Summary
 java.lang.String toString()
          Convert this Object to a human-readable String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

zavaTagSetElementName

public java.lang.String zavaTagSetElementName

zavaTagSetElementPath

public java.lang.String zavaTagSetElementPath

zavaTagSetElementDataType

public java.lang.String zavaTagSetElementDataType
Constructor Detail

TagSetElement

public TagSetElement()

TagSetElement

public TagSetElement(java.lang.String databaseName,
                     java.lang.String profileName,
                     java.lang.String tagSetName,
                     java.lang.String tsElement)
Method Detail

toString

public java.lang.String toString()
Description copied from class: java.lang.Object
Convert this Object to a human-readable String. There are no limits placed on how long this String should be or what it should contain. We suggest you make it as intuitive as possible to be able to place it into System.out.println() 55 and such.

It is typical, but not required, to ensure that this method never completes abruptly with a java.lang.RuntimeException.

This method will be called when performing string concatenation with this object. If the result is null, string concatenation will instead use "null".

The default implementation returns getClass().getName() + "@" + Integer.toHexString(hashCode()).

Overrides:
toString in class TagSet