org.netbeans.modules.j2ee.dd/1 1.25.0 2

org.netbeans.modules.j2ee.dd.api.ejb
Interface CmrField

All Superinterfaces:
CommonDDBean, DescriptionInterface

public interface CmrField
extends CommonDDBean, DescriptionInterface


Field Summary
static String CMR_FIELD_NAME
           
static String CMR_FIELD_TYPE
           
static String CMRFIELDNAMEID
           
 
Method Summary
 String getCmrFieldName()
           
 String getCmrFieldNameId()
           
 String getCmrFieldType()
           
 void setCmrFieldName(String value)
           
 void setCmrFieldNameId(String value)
           
 void setCmrFieldType(String value)
           
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.CommonDDBean
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.DescriptionInterface
getAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescription
 

Field Detail

CMR_FIELD_NAME

static final String CMR_FIELD_NAME
See Also:
Constant Field Values

CMRFIELDNAMEID

static final String CMRFIELDNAMEID
See Also:
Constant Field Values

CMR_FIELD_TYPE

static final String CMR_FIELD_TYPE
See Also:
Constant Field Values
Method Detail

setCmrFieldName

void setCmrFieldName(String value)

getCmrFieldName

String getCmrFieldName()

setCmrFieldType

void setCmrFieldType(String value)

getCmrFieldType

String getCmrFieldType()

setCmrFieldNameId

void setCmrFieldNameId(String value)

getCmrFieldNameId

String getCmrFieldNameId()

org.netbeans.modules.j2ee.dd/1 1.25.0 2

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.