net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jomc
Interface PropertyReference

All Superinterfaces:
ModelObject
All Known Implementing Classes:
PropertyReferenceImpl

public interface PropertyReference
extends ModelObject

Reference to a property.


Method Summary
 String getName()
          The name of the referenced property.
 void setName(String value)
          Sets the value of the name property.
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jomc.ModelObject
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion
 

Method Detail

getName

String getName()
The name of the referenced property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


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