Package com.ibm.ws.javaee.dd.webext
Interface IdGenerationProperties
-
public interface IdGenerationProperties
Represents <id-generation-properties>.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAlternateName()
java.util.List<CacheVariable>
getCacheVariables()
boolean
isSetAlternateName()
boolean
isSetUsePathInfos()
boolean
isSetUseURI()
boolean
isUsePathInfos()
boolean
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()
-
-