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

Quick Search    Search Deep

com.aendvari.cerberus.component.descriptor
Class MultiPartValue.Part  view MultiPartValue.Part download MultiPartValue.Part.java

java.lang.Object
  extended bycom.aendvari.cerberus.component.descriptor.MultiPartValue.Part
Enclosing class:
MultiPartValue

public static class MultiPartValue.Part
extends java.lang.Object

Describes a single part of the value. A part may be either a literal or a attribute.


Nested Class Summary
static interface MultiPartValue.Part.Type
          Constants for the type of the part.
 
Field Summary
protected  int type
          The type of the part.
protected  java.lang.String value
          The value of the part.
 
Constructor Summary
MultiPartValue.Part(int setType, java.lang.String setValue)
          Constructs a Part instance.
MultiPartValue.Part(MultiPartValue.Part part)
          Constructs a Part instance from the one supplied.
 
Method Summary
 int getType()
           
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected int type
The type of the part.


value

protected java.lang.String value
The value of the part.

Constructor Detail

MultiPartValue.Part

public MultiPartValue.Part(int setType,
                           java.lang.String setValue)
Constructs a Part instance.


MultiPartValue.Part

public MultiPartValue.Part(MultiPartValue.Part part)
Constructs a Part instance from the one supplied.

Method Detail

getType

public int getType()

getValue

public java.lang.String getValue()