public class PCompoundFieldSpec extends PFieldSpecification implements Serializable
PCompoundFieldSpec
is a subclass of PFieldSpecification
that represents more than one field in the specification. This should only be
used for display purposes.Example: FldNameinfo[any].FldFirstName + " " + * FldNameinfo[any].FldLastName
ELEM_ALL, ELEM_ANY
Modifier and Type | Method and Description |
---|---|
void |
destructor() |
PFieldSpecification |
getSpecForElement(int index)
If the compound specification includes an array specification, this
method returns a compound specification for a single element of the array.
|
Iterator |
getSpecs()
Gets an iterator that iterates through the various field specifications
and string constants that make up this compound specification.
|
String |
toString()
Overrides the
Object method. |
public Iterator getSpecs()
public PFieldSpecification getSpecForElement(int index)
index
- the array element to use in the specificationpublic String toString()
Object
method.public void destructor()
Copyright © 2003, 2023, Oracle and/or its affiliates.