net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm
Interface GeneratedValue

All Known Implementing Classes:
GeneratedValueImpl

public interface GeneratedValue


Method Summary
 String getGenerator()
          Gets the value of the generator property.
 GenerationType getStrategy()
          Gets the value of the strategy property.
 void setGenerator(String value)
          Sets the value of the generator property.
 void setStrategy(GenerationType value)
          Sets the value of the strategy property.
 

Method Detail

getStrategy

GenerationType getStrategy()
Gets the value of the strategy property.

Returns:
possible object is GenerationType

setStrategy

void setStrategy(GenerationType value)
Sets the value of the strategy property.

Parameters:
value - allowed object is GenerationType

getGenerator

String getGenerator()
Gets the value of the generator property.

Returns:
possible object is String

setGenerator

void setGenerator(String value)
Sets the value of the generator property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.