com.ge.research.acuity.ontology
Class PresentationNatureConstants

java.lang.Object
  extended bycom.ge.research.acuity.ontology.PresentationNatureConstants

public class PresentationNatureConstants
extends java.lang.Object

This class encapsulates the knowledge about the apvf PresentationNature Individuals The constant values match those individuals in the apvf namespace The convience methods provide membership information, in the form of identifying membership within a set given a testcase nature, and in identifying the natures belonging to a given set

Version:
$Revision: 1.2 $ $Date: 2007/05/19 13:50:32 $
Author:
garbiras

Field Summary
static java.lang.String AREA
          apvf:PresentationNature individual Area acceptable value for the hasPresentationNature property of apvf:Dataseries results in a dataseries rendering of an area curve without individual point decoration
static java.lang.String BUTTON
          apvf:PresentationNature individual Button acceptable value for the hasPresentationNature property of apvf:InteractionObject results in a clickable button rendered
static java.lang.String CHECK
          apvf:PresentationNature individual CheckBox acceptable value for the hasPresentationNature property of apvf:SelectionListPresentation results in a check box rendering
static java.lang.String CONTENT
          apvf:PresentationNature individual ExternalResource acceptable value for the hasPresentationNature property of apvf:DocumentObject results in url content displayed intact by client specific media
static java.lang.String DISPLAYGROUP
          apfv:PresentationNature individual NonInteractiveGroupDisplay acceptable value for groupings of presentation objects that should be displayed together in a window, but no additional related functionality needs to be applied
static java.lang.String DROPDOWN
          apvf:PresentationNature individual DropdownListBox acceptable value for the hasPresentationNature property of apvf:SelectionListPresentation results in a combo box rendering
static java.lang.String ERROR
          Acceptable value for the hasPresentationNature property of apvf:SimpleValueObject results in formatted error message display
static java.lang.String FILE
          apvf:PresentationNature individual File acceptable value for the hasPresentationNature property of apvf:InteractiveText results in a file upload input box rendered
static java.lang.String FORMINPUTGROUP
          apfv:PresentationNature individual InteractiveGroupDisplay acceptable value for groupings of presentation objects that should be displayed together in a window, and share an interaction effect
static java.lang.String GRAPH2D
          apvf:PresentationNature individual Graph2D acceptable value for the hasPresentationNature property of apvf:GraphObject results in a 2Dimensional graph rendering
static java.lang.String GRAPH3D
          apvf:PresentationNature individual Graph3D acceptable value for the hasPresentationNature property of apvf:GraphObject results in a 3Dimensional graph rendering
static java.lang.String HBAR
          apvf:PresentationNature individual HorizontalBar acceptable value for the hasPresentationNature property of apvf:Dataseries results in a dataseries rendering of horizontally oriented bars
static java.lang.String HIDDEN
          DOES NOT CORRESPOND TO ANY ONTOLOGY PRESENTATION NATURE used to distinguish user invisible/inaccessible text device
static java.lang.String HISTOGRAM
          apvf:PresentationNature individual Histogram acceptable value for the hasPresentationNature property of apvf:Dataseries results in a dataseries rendering of vertically oriented bars with length oriented to the zero value of the domain axis, and varying bar width for overlapping points, based on series display order
static java.lang.String LINE
          apvf:PresentationNature individual Line acceptable value for the hasPresentationNature property of apvf:Dataseries results in a dataseries rendering of a connected line without individual point decoration
static java.lang.String LINK
          apvf:PresentationNature individual DisplayedLink acceptable value for the hasPresentationNature property of apvf:DocumentObject results in a link to url content
static java.lang.String LIST
          apvf:PresentationNature individual ListBox acceptable value for the hasPresentationNature property of apvf:SelectionListPresentation results in a list box rendering
static java.lang.String PIE
          apvf:PresentationNature individual Pie acceptable value for the hasPresentationNature property of apvf:Dataseries results in a pie chart graph rendering
static java.lang.String POINT
          apvf:PresentationNature individual Point acceptable value for the hasPresentationNature property of apvf:Dataseries results in a dataseries rendering of scattered points
static java.lang.String POINT_AREA
          apvf:PresentationNature individual PointAndArea acceptable value for the hasPresentationNature property of apvf:Dataseries results in a dataseries rendering of an area curve with individual point decoration
static java.lang.String POINT_LINE
          apvf:PresentationNature individual PointAndLine acceptable value for the hasPresentationNature property of apvf:Dataseries results in a dataseries rendering of a connected line with individual point decoration
static java.lang.String RADIO
          apvf:PresentationNature individual Radio acceptable value for the hasPresentationNature property of apvf:SelectionListPresentation results in a radio button rendering
static java.lang.String STEP
          apvf:PresentationNature individual Step acceptable value for the hasPresentationNature property of apvf:Dataseries results in a dataseries rendering of a step function
static java.lang.String TAB
          apvf:PresentationNature individual TabsList acceptable value for the hasPresentationNature property of apvf:SelectionListPresentation results in a tabbed form rendering
static java.lang.String TABLE
          apvf:PresentationNature individual ScrollingTable acceptable value for the hasPresentationNature property of apvf:DataTable results in a table of information rendered
static java.lang.String TABLECOL
          DOES NOT CORRESPOND TO ANY ONTOLOGY PRESENTATION NATURE used to identify apfv:DataTableColumnInfo objects contained within a data table
static java.lang.String TEXT
          apvf:PresentationNature individual DisplayedText acceptable value for the hasPresentationNature property of apvf:SimpleValueObject results in text display
static java.lang.String TEXTAREA
          apvf:PresentationNature individual TextArea acceptable value for the hasPresentationNature property of apvf:InteractiveText results in a text input area rendered
static java.lang.String TEXTBOX
          apvf:PresentationNature individual TextBox acceptable value for the hasPresentationNature property of apvf:InteractiveText results in a text input box rendered
static java.lang.String VBAR
          apvf:PresentationNature individual VerticalBar acceptable value for the hasPresentationNature property of apvf:Dataseries results in a dataseries rendering of vertically oriented bars
 
Constructor Summary
PresentationNatureConstants()
           
 
Method Summary
static java.util.List getDataseriesNatureConstants()
          Returns a List of the constant values of the presentation nature types acceptible for apvf:Dataseries
static java.util.List getInteractionNatureConstants()
          Returns a List of the constant values of the presentation nature types acceptible for apvf:InteractionObject
static java.util.List getReferenceNatureConstants()
          Returns a List of the constant values of the presentation nature types acceptible for apvf:DocumentObject
static java.util.List getSelectionNatureConstants()
          Returns a List of the constant values of the presentation nature types acceptible for apvf:SelectionPresentationList
static java.util.List getSimpleTextNatureConstants()
          Returns a List of the constant values of the presentation nature types acceptible for apvf:SimpleValueObject
static java.util.List getTextInputNatureConstants()
          Returns a List of the constant values of the presentation nature types acceptible for apvf:InteractiveText
static boolean isDataseriesType(java.lang.String testCase)
          Tests to see if the supplied testcase is one of the presentation nature constant values acceptible for apvf:Dataseries
static boolean isGraphType(java.lang.String testCase)
          Tests to see if the supplied testcase is one of the presentation nature constant values acceptible for apvf:GraphObject
static boolean isGroupType(java.lang.String testCase)
          Tests to see if the supplied testcase is one of the presentation nature constant values identifying a group display
static boolean isInteractionType(java.lang.String testCase)
          Tests to see if the supplied testcase is one of the presentation nature constant values acceptible for apvf:InteractionObject
static boolean isPresentationNature(java.lang.String testCase)
          Tests to see if the supplied testcase is one of the presentation nature constant values defined
static boolean isReferenceType(java.lang.String testCase)
          Tests to see if the supplied testcase is one of the presentation nature constant values acceptible for apvf:DocumentObject
static boolean isSelectionType(java.lang.String testCase)
          Tests to see if the supplied testcase is one of the presentation nature constant values acceptible for apvf:SelectionPresentationList
static boolean isSimpleTextType(java.lang.String testCase)
          Tests to see if the supplied testcase is one of the presentation nature constant values acceptible for apvf:SimpleValueObject
static boolean isTableType(java.lang.String testCase)
          Tests to see if the supplied testcase is one of the presentation nature constant values acceptible for apvf:DataTable
static boolean isTextInputType(java.lang.String testCase)
          Tests to see if the supplied testcase is one of the presentation nature constant values acceptible for apvf:InteractiveText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DISPLAYGROUP

public static final java.lang.String DISPLAYGROUP
apfv:PresentationNature individual NonInteractiveGroupDisplay acceptable value for groupings of presentation objects that should be displayed together in a window, but no additional related functionality needs to be applied

See Also:
Constant Field Values

FORMINPUTGROUP

public static final java.lang.String FORMINPUTGROUP
apfv:PresentationNature individual InteractiveGroupDisplay acceptable value for groupings of presentation objects that should be displayed together in a window, and share an interaction effect

See Also:
Constant Field Values

GRAPH2D

public static final java.lang.String GRAPH2D
apvf:PresentationNature individual Graph2D acceptable value for the hasPresentationNature property of apvf:GraphObject results in a 2Dimensional graph rendering

See Also:
Constant Field Values

GRAPH3D

public static final java.lang.String GRAPH3D
apvf:PresentationNature individual Graph3D acceptable value for the hasPresentationNature property of apvf:GraphObject results in a 3Dimensional graph rendering

See Also:
Constant Field Values

PIE

public static final java.lang.String PIE
apvf:PresentationNature individual Pie acceptable value for the hasPresentationNature property of apvf:Dataseries results in a pie chart graph rendering

See Also:
Constant Field Values

POINT

public static final java.lang.String POINT
apvf:PresentationNature individual Point acceptable value for the hasPresentationNature property of apvf:Dataseries results in a dataseries rendering of scattered points

See Also:
Constant Field Values

LINE

public static final java.lang.String LINE
apvf:PresentationNature individual Line acceptable value for the hasPresentationNature property of apvf:Dataseries results in a dataseries rendering of a connected line without individual point decoration

See Also:
Constant Field Values

AREA

public static final java.lang.String AREA
apvf:PresentationNature individual Area acceptable value for the hasPresentationNature property of apvf:Dataseries results in a dataseries rendering of an area curve without individual point decoration

See Also:
Constant Field Values

HBAR

public static final java.lang.String HBAR
apvf:PresentationNature individual HorizontalBar acceptable value for the hasPresentationNature property of apvf:Dataseries results in a dataseries rendering of horizontally oriented bars

See Also:
Constant Field Values

VBAR

public static final java.lang.String VBAR
apvf:PresentationNature individual VerticalBar acceptable value for the hasPresentationNature property of apvf:Dataseries results in a dataseries rendering of vertically oriented bars

See Also:
Constant Field Values

HISTOGRAM

public static final java.lang.String HISTOGRAM
apvf:PresentationNature individual Histogram acceptable value for the hasPresentationNature property of apvf:Dataseries results in a dataseries rendering of vertically oriented bars with length oriented to the zero value of the domain axis, and varying bar width for overlapping points, based on series display order

See Also:
Constant Field Values

POINT_LINE

public static final java.lang.String POINT_LINE
apvf:PresentationNature individual PointAndLine acceptable value for the hasPresentationNature property of apvf:Dataseries results in a dataseries rendering of a connected line with individual point decoration

See Also:
Constant Field Values

POINT_AREA

public static final java.lang.String POINT_AREA
apvf:PresentationNature individual PointAndArea acceptable value for the hasPresentationNature property of apvf:Dataseries results in a dataseries rendering of an area curve with individual point decoration

See Also:
Constant Field Values

STEP

public static final java.lang.String STEP
apvf:PresentationNature individual Step acceptable value for the hasPresentationNature property of apvf:Dataseries results in a dataseries rendering of a step function

See Also:
Constant Field Values

LIST

public static final java.lang.String LIST
apvf:PresentationNature individual ListBox acceptable value for the hasPresentationNature property of apvf:SelectionListPresentation results in a list box rendering

See Also:
Constant Field Values

DROPDOWN

public static final java.lang.String DROPDOWN
apvf:PresentationNature individual DropdownListBox acceptable value for the hasPresentationNature property of apvf:SelectionListPresentation results in a combo box rendering

See Also:
Constant Field Values

CHECK

public static final java.lang.String CHECK
apvf:PresentationNature individual CheckBox acceptable value for the hasPresentationNature property of apvf:SelectionListPresentation results in a check box rendering

See Also:
Constant Field Values

RADIO

public static final java.lang.String RADIO
apvf:PresentationNature individual Radio acceptable value for the hasPresentationNature property of apvf:SelectionListPresentation results in a radio button rendering

See Also:
Constant Field Values

TAB

public static final java.lang.String TAB
apvf:PresentationNature individual TabsList acceptable value for the hasPresentationNature property of apvf:SelectionListPresentation results in a tabbed form rendering

See Also:
Constant Field Values

TABLE

public static final java.lang.String TABLE
apvf:PresentationNature individual ScrollingTable acceptable value for the hasPresentationNature property of apvf:DataTable results in a table of information rendered

See Also:
Constant Field Values

TABLECOL

public static final java.lang.String TABLECOL
DOES NOT CORRESPOND TO ANY ONTOLOGY PRESENTATION NATURE used to identify apfv:DataTableColumnInfo objects contained within a data table

See Also:
Constant Field Values

TEXTBOX

public static final java.lang.String TEXTBOX
apvf:PresentationNature individual TextBox acceptable value for the hasPresentationNature property of apvf:InteractiveText results in a text input box rendered

See Also:
Constant Field Values

TEXTAREA

public static final java.lang.String TEXTAREA
apvf:PresentationNature individual TextArea acceptable value for the hasPresentationNature property of apvf:InteractiveText results in a text input area rendered

See Also:
Constant Field Values

FILE

public static final java.lang.String FILE
apvf:PresentationNature individual File acceptable value for the hasPresentationNature property of apvf:InteractiveText results in a file upload input box rendered

See Also:
Constant Field Values

HIDDEN

public static final java.lang.String HIDDEN
DOES NOT CORRESPOND TO ANY ONTOLOGY PRESENTATION NATURE used to distinguish user invisible/inaccessible text device

See Also:
Constant Field Values

BUTTON

public static final java.lang.String BUTTON
apvf:PresentationNature individual Button acceptable value for the hasPresentationNature property of apvf:InteractionObject results in a clickable button rendered

See Also:
Constant Field Values

TEXT

public static final java.lang.String TEXT
apvf:PresentationNature individual DisplayedText acceptable value for the hasPresentationNature property of apvf:SimpleValueObject results in text display

See Also:
Constant Field Values

ERROR

public static final java.lang.String ERROR
Acceptable value for the hasPresentationNature property of apvf:SimpleValueObject results in formatted error message display

See Also:
Constant Field Values

LINK

public static final java.lang.String LINK
apvf:PresentationNature individual DisplayedLink acceptable value for the hasPresentationNature property of apvf:DocumentObject results in a link to url content

See Also:
Constant Field Values

CONTENT

public static final java.lang.String CONTENT
apvf:PresentationNature individual ExternalResource acceptable value for the hasPresentationNature property of apvf:DocumentObject results in url content displayed intact by client specific media

See Also:
Constant Field Values
Constructor Detail

PresentationNatureConstants

public PresentationNatureConstants()
Method Detail

getReferenceNatureConstants

public static final java.util.List getReferenceNatureConstants()
Returns a List of the constant values of the presentation nature types acceptible for apvf:DocumentObject

Returns:
List of the DocumentObject presentation natures constant values

getInteractionNatureConstants

public static final java.util.List getInteractionNatureConstants()
Returns a List of the constant values of the presentation nature types acceptible for apvf:InteractionObject

Returns:
List of InteractionObject presentation natures constant values

getSelectionNatureConstants

public static final java.util.List getSelectionNatureConstants()
Returns a List of the constant values of the presentation nature types acceptible for apvf:SelectionPresentationList

Returns:
List of SelectionListObject presentation natures constant values

getSimpleTextNatureConstants

public static final java.util.List getSimpleTextNatureConstants()
Returns a List of the constant values of the presentation nature types acceptible for apvf:SimpleValueObject

Returns:
List of SimpleValueObject presentation natures constant values

getTextInputNatureConstants

public static final java.util.List getTextInputNatureConstants()
Returns a List of the constant values of the presentation nature types acceptible for apvf:InteractiveText

Returns:
List of InteractiveDisplayText presentation natures constant values

getDataseriesNatureConstants

public static final java.util.List getDataseriesNatureConstants()
Returns a List of the constant values of the presentation nature types acceptible for apvf:Dataseries

Returns:
List of Dataseries presentation natures constant values

isPresentationNature

public static final boolean isPresentationNature(java.lang.String testCase)
Tests to see if the supplied testcase is one of the presentation nature constant values defined

Parameters:
testCase - the string to test for existence as a constant value
Returns:
true if the testcase matches one of the constant values defined; false otherwise

isGroupType

public static final boolean isGroupType(java.lang.String testCase)
Tests to see if the supplied testcase is one of the presentation nature constant values identifying a group display

Parameters:
testCase - the string to test for existence as a constant value (restricted to group natures)
Returns:
true if the testcase matches one of the constant values identified; false otherwise

isGraphType

public static final boolean isGraphType(java.lang.String testCase)
Tests to see if the supplied testcase is one of the presentation nature constant values acceptible for apvf:GraphObject

Parameters:
testCase - the string to test for existence as a constant value (restricted to apvf:GraphObject natures)
Returns:
true if the testcase matches one of the constant values identified; false otherwise

isDataseriesType

public static final boolean isDataseriesType(java.lang.String testCase)
Tests to see if the supplied testcase is one of the presentation nature constant values acceptible for apvf:Dataseries

Parameters:
testCase - the string to test for existence as a constant value (restricted to apvf:Dataseries natures)
Returns:
true if the testcase matches one of the constant values identified; false otherwise

isInteractionType

public static final boolean isInteractionType(java.lang.String testCase)
Tests to see if the supplied testcase is one of the presentation nature constant values acceptible for apvf:InteractionObject

Parameters:
testCase - the string to test for existence as a constant value (restricted to apvf:InteractionObject natures)
Returns:
true if the testcase matches one of the constant values identified; false otherwise
See Also:
isSelectionType(java.lang.String), isTextInputType(java.lang.String)

isSelectionType

public static final boolean isSelectionType(java.lang.String testCase)
Tests to see if the supplied testcase is one of the presentation nature constant values acceptible for apvf:SelectionPresentationList

Parameters:
testCase - the string to test for existence as a constant value (restricted to apvf:SelectionPresentationList natures)
Returns:
true if the testcase matches one of the constant values identified; false otherwise

isTableType

public static final boolean isTableType(java.lang.String testCase)
Tests to see if the supplied testcase is one of the presentation nature constant values acceptible for apvf:DataTable

Parameters:
testCase - the string to test for existence as a constant value (restricted to apvf:DataTable natures)
Returns:
true if the testcase matches one of the constant values identified; false otherwise

isReferenceType

public static final boolean isReferenceType(java.lang.String testCase)
Tests to see if the supplied testcase is one of the presentation nature constant values acceptible for apvf:DocumentObject

Parameters:
testCase - the string to test for existence as a constant value (restricted to apvf:NonInteractiveText natures)
Returns:
true if the testcase matches one of the constant values identified; false otherwise

isSimpleTextType

public static final boolean isSimpleTextType(java.lang.String testCase)
Tests to see if the supplied testcase is one of the presentation nature constant values acceptible for apvf:SimpleValueObject

Parameters:
testCase - the string to test for existence as a constant value (restricted to apvf:SimpleValueObject natures)
Returns:
true if the testcase matches one of the constant values identified; false otherwise

isTextInputType

public static final boolean isTextInputType(java.lang.String testCase)
Tests to see if the supplied testcase is one of the presentation nature constant values acceptible for apvf:InteractiveText

Parameters:
testCase - the string to test for existence as a constant value (restricted to apvf:InteractionObject natures)
Returns:
true if the testcase matches one of the constant values identified; false otherwise