net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc
Interface Property

All Superinterfaces:
ModelObject
All Known Implementing Classes:
PropertyImpl

public interface Property
extends ModelObject

Property meta-data.

A property consists of the properties name, type and value. Property name holds the name uniquely identifying the property in a collection of properties. Property type holds the type of the property. Property value holds the properties value which is of type type.


Method Summary
 Object getAny()
          Object value of this property.
 String getName()
          Name of this property.
 PropertyType getType()
          Type of this property.
 String getValue()
          Value of this property.
 void setAny(Object value)
          Sets the value of the any property.
 void setName(String value)
          Sets the value of the name property.
 void setType(PropertyType value)
          Sets the value of the type property.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc.ModelObject
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion
 

Method Detail

getAny

Object getAny()
Object value of this property.

Returns:
possible object is Element Object

setAny

void setAny(Object value)
Sets the value of the any property.

Parameters:
value - allowed object is Element Object

getName

String getName()
Name of this property.

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

getType

PropertyType getType()
Type of this property.

Returns:
possible object is PropertyType

setType

void setType(PropertyType value)
Sets the value of the type property.

Parameters:
value - allowed object is PropertyType

getValue

String getValue()
Value of this property.

Returns:
possible object is String

setValue

void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String


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