org.kuali.rice.krms.api.repository.proposition
Class PropositionParameter.Elements

java.lang.Object
  extended by org.kuali.rice.krms.api.repository.proposition.PropositionParameter.Elements
Enclosing class:
PropositionParameter

public static class PropositionParameter.Elements
extends Object

A private class which exposes constants which define the XML element names to use when this object is marshalled to XML.


Field Summary
(package private) static String ID
           
(package private) static String PARM_TYPE
           
(package private) static String PROP_ID
           
(package private) static String SEQUENCE
           
(package private) static String VALUE
           
 
Constructor Summary
PropositionParameter.Elements()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

static final String ID
See Also:
Constant Field Values

PROP_ID

static final String PROP_ID
See Also:
Constant Field Values

VALUE

static final String VALUE
See Also:
Constant Field Values

PARM_TYPE

static final String PARM_TYPE
See Also:
Constant Field Values

SEQUENCE

static final String SEQUENCE
See Also:
Constant Field Values
Constructor Detail

PropositionParameter.Elements

public PropositionParameter.Elements()


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.