org.jboss.xb.binding.metadata.marshalling
Interface FieldValueBinding

All Known Subinterfaces:
BaseClassBinding, CollectionBinding, FinalClassBinding, NonFinalClassBinding, SimpleValueBinding

public interface FieldValueBinding

Version:
$Revision: 1.1.2.3 $
Author:
Alexey Loubyansky

Field Summary
static int COLLECTION
           
static int FINAL_CLASS
           
static int NON_FINAL_CLASS
           
static int SIMPLE_VALUE
           
 
Method Summary
 int getCategory()
           
 FieldBinding getFieldBinding()
           
 Class getJavaClass()
           
 

Field Detail

SIMPLE_VALUE

static final int SIMPLE_VALUE
See Also:
Constant Field Values

FINAL_CLASS

static final int FINAL_CLASS
See Also:
Constant Field Values

NON_FINAL_CLASS

static final int NON_FINAL_CLASS
See Also:
Constant Field Values

COLLECTION

static final int COLLECTION
See Also:
Constant Field Values
Method Detail

getFieldBinding

FieldBinding getFieldBinding()

getCategory

int getCategory()

getJavaClass

Class getJavaClass()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.