📄 owsfactoryimpl.java
字号:
* @generated
*/
public ExceptionType createExceptionType() {
ExceptionTypeImpl exceptionType = new ExceptionTypeImpl();
return exceptionType;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public GetCapabilitiesType createGetCapabilitiesType() {
GetCapabilitiesTypeImpl getCapabilitiesType = new GetCapabilitiesTypeImpl();
return getCapabilitiesType;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public HTTPType createHTTPType() {
HTTPTypeImpl httpType = new HTTPTypeImpl();
return httpType;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public IdentificationType createIdentificationType() {
IdentificationTypeImpl identificationType = new IdentificationTypeImpl();
return identificationType;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public KeywordsType createKeywordsType() {
KeywordsTypeImpl keywordsType = new KeywordsTypeImpl();
return keywordsType;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public MetadataType createMetadataType() {
MetadataTypeImpl metadataType = new MetadataTypeImpl();
return metadataType;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public OnlineResourceType createOnlineResourceType() {
OnlineResourceTypeImpl onlineResourceType = new OnlineResourceTypeImpl();
return onlineResourceType;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public OperationType createOperationType() {
OperationTypeImpl operationType = new OperationTypeImpl();
return operationType;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public OperationsMetadataType createOperationsMetadataType() {
OperationsMetadataTypeImpl operationsMetadataType = new OperationsMetadataTypeImpl();
return operationsMetadataType;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public RequestMethodType createRequestMethodType() {
RequestMethodTypeImpl requestMethodType = new RequestMethodTypeImpl();
return requestMethodType;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public ResponsiblePartySubsetType createResponsiblePartySubsetType() {
ResponsiblePartySubsetTypeImpl responsiblePartySubsetType = new ResponsiblePartySubsetTypeImpl();
return responsiblePartySubsetType;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public ResponsiblePartyType createResponsiblePartyType() {
ResponsiblePartyTypeImpl responsiblePartyType = new ResponsiblePartyTypeImpl();
return responsiblePartyType;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public SectionsType createSectionsType() {
SectionsTypeImpl sectionsType = new SectionsTypeImpl();
return sectionsType;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public ServiceIdentificationType createServiceIdentificationType() {
ServiceIdentificationTypeImpl serviceIdentificationType = new ServiceIdentificationTypeImpl();
return serviceIdentificationType;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public ServiceProviderType createServiceProviderType() {
ServiceProviderTypeImpl serviceProviderType = new ServiceProviderTypeImpl();
return serviceProviderType;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public TelephoneType createTelephoneType() {
TelephoneTypeImpl telephoneType = new TelephoneTypeImpl();
return telephoneType;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public WGS84BoundingBoxType createWGS84BoundingBoxType() {
WGS84BoundingBoxTypeImpl wgs84BoundingBoxType = new WGS84BoundingBoxTypeImpl();
return wgs84BoundingBoxType;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public String createMimeTypeFromString(EDataType eDataType, String initialValue) {
return (String)super.createFromString(eDataType, initialValue);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public String convertMimeTypeToString(EDataType eDataType, Object instanceValue) {
return super.convertToString(eDataType, instanceValue);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public String createVersionTypeFromString(EDataType eDataType, String initialValue) {
return (String)super.createFromString(eDataType, initialValue);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public String convertVersionTypeToString(EDataType eDataType, Object instanceValue) {
return super.convertToString(eDataType, instanceValue);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public List createPositionTypeFromString(EDataType eDataType, String initialValue) {
return (List)super.createFromString(eDataType, initialValue);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public String convertPositionTypeToString(EDataType eDataType, Object instanceValue) {
return super.convertToString(eDataType, instanceValue);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public String createUpdateSequenceTypeFromString(EDataType eDataType, String initialValue) {
return (String)super.createFromString(eDataType, initialValue);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public String convertUpdateSequenceTypeToString(EDataType eDataType, Object instanceValue) {
return super.convertToString(eDataType, instanceValue);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public OwsPackage getOwsPackage() {
return (OwsPackage)getEPackage();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @deprecated
* @generated
*/
public static OwsPackage getPackage() {
return OwsPackage.eINSTANCE;
}
} //OwsFactoryImpl
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -