com.sun.tools.xjc.generator.bean.field

Class ConstField

final class ConstField extends AbstractField

Realizes a property as a "public static final" property on the interface. This class can handle both boxed/unboxed types and both single/colllection.
Constructor Summary
ConstField(ClassOutlineImpl outline, CPropertyInfo prop)
Method Summary
FieldAccessorcreate(JExpression target)
JTypegetRawType()

Constructor Detail

ConstField

ConstField(ClassOutlineImpl outline, CPropertyInfo prop)

Method Detail

create

public FieldAccessor create(JExpression target)

getRawType

public JType getRawType()