com.cedarsoft.codegen.model
Interface FieldInfo

All Known Subinterfaces:
FieldDeclarationInfo, FieldWithInitializationInfo
All Known Implementing Classes:
DefaultFieldDeclarationInfo, FieldInitializedInConstructorInfo, FieldInitializedInSetterInfo, FieldNotInitializationInfo

public interface FieldInfo


Method Summary
 String getSimpleName()
          Returns the simple name of the field
 

Method Detail

getSimpleName

@NotNull
@NonNls
String getSimpleName()
Returns the simple name of the field

Returns:
the simple name of the field


Copyright © 2010 cedarsoft GmbH. All Rights Reserved.