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

All Known Subinterfaces:
FieldBinding, FieldGroupChoiceBinding, FieldGroupSequenceBinding

public interface FieldGroupBinding

Version:
$Revision: 1.1.2.2 $
Author:
Alexey Loubyansky

Field Summary
static int CHOICE
           
static int FIELD
           
static int SEQUENCE
           
 
Method Summary
 int getCategory()
           
 BaseClassBinding getDeclaringClassBinding()
           
 

Field Detail

SEQUENCE

static final int SEQUENCE
See Also:
Constant Field Values

CHOICE

static final int CHOICE
See Also:
Constant Field Values

FIELD

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

getCategory

int getCategory()

getDeclaringClassBinding

BaseClassBinding getDeclaringClassBinding()


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