com.ibm.ws.javaee.dd.webext
Interface IdGenerationProperties
- public interface IdGenerationProperties
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getAlternateName()
|
|
getCacheVariables()
|
|
isSetAlternateName()
|
|
isSetUsePathInfos()
|
|
isSetUseURI()
|
|
isUsePathInfos()
|
|
isUseURI()
|
Method Detail
isSetUseURI
- boolean isSetUseURI()
isUseURI
- boolean isUseURI()
isSetAlternateName
- boolean isSetAlternateName()
getAlternateName
- java.lang.String getAlternateName( )
isSetUsePathInfos
- boolean isSetUsePathInfos()
isUsePathInfos
- boolean isUsePathInfos()
getCacheVariables
- java.util.List<CacheVariable> getCacheVariables( )