Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


oracle.webservices.mdds
Interface EnumerationPrototype

All Superinterfaces:
AtomicPrototype, Prototype

public interface EnumerationPrototype
extends AtomicPrototype

Created by IntelliJ IDEA. User: tgleason Date: Apr 20, 2005 Time: 10:53:12 AM To change this template use File | Settings | File Templates.


Field Summary

 

Fields inherited from interface oracle.webservices.mdds.Prototype
EXTENSION_TYPE, XSD_STRING

 

Method Summary
 int getNumValues()
           
 Object getValue(int n)
           

 

Methods inherited from interface oracle.webservices.mdds.AtomicPrototype
getFractionDigits, getLength, getMaxExclusive, getMaxInclusive, getMaxLength, getMinExclusive, getMinInclusive, getMinLength, getPattern, getQName, getTotalDigits, getType, getValue

 

Method Detail

getNumValues

int getNumValues()

getValue

Object getValue(int n)

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.