SAP ABAP Interface IF_XLF_ELEM_PHASE (Phase information)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DOC-TTL (Application Component) Translation Tools
     SLXE_XLIFF (Package) XLIFF 1.2 Library
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_XLF_ELEM_PHASE Phase information 20100920
Properties
Interface IF_XLF_ELEM_PHASE  
Short Description Phase information    
General Data
Package SLXE_XLIFF   XLIFF 1.2 Library 
Created 20100920   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
Interface IF_XLF_ELEM_PHASE has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_XLF_ELEMENT Basic interface for all elements 20100920
2 IF_XLF_NODE Basic interface for all nodes (elements and texts) 20100920
3 IF_XLF_XLIFF_ELEMENT Basic interface for all XLIFF elements 20100920
Friends
Interface IF_XLF_ELEM_PHASE has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 NAME Constant Public Type reference (TYPE) STRING `phase` The element's name 20100920
Methods
# Method Level Visibility Method type Description Created on
1 AS_STRING Instance method Public Method 20101112
2 AS_XML_ELEMENT Instance method Public Method 20100920
3 AS_XML_NODE Instance method Public Method 20100920
4 CLONE Instance method Public Method Returns a clone of this element 20100920
5 EQUALS Instance method Public Method 20101005
6 GET_ATTRIBUTES Instance method Public Method 20100920
7 GET_CHILDREN Instance method Public Method 20100920
8 GET_CHILDREN_FINGERPRINT Instance method Public Method 20101108
9 GET_COMPANY_NAME Instance method Public Method Returns the company-name attribute 20100920
10 GET_CONTACT_EMAIL Instance method Public Method Returns the contact-email attribute 20100920
11 GET_CONTACT_NAME Instance method Public Method Returns the contact-name attribute 20100920
12 GET_CONTACT_PHONE Instance method Public Method Returns the contact-phone attribute 20100920
13 GET_DATE Instance method Public Method Returns the date attribute 20100920
14 GET_FINGERPRINT Instance method Public Method 20101108
15 GET_JOB_ID Instance method Public Method Returns the job-id attribute 20100920
16 GET_NAME Instance method Public Method 20100920
17 GET_NAMESPACE_PREFIX_MAPPING Instance method Public Method 20100920
18 GET_NAMESPACE_URI Instance method Public Method 20100920
19 GET_NOTES Instance method Public Method Returns the note elements 20100920
20 GET_PARENT Instance method Public Method 20100920
21 GET_PHASE_NAME Instance method Public Method Returns the phase-name attribute 20100920
22 GET_PREFIX Instance method Public Method 20100920
23 GET_PROCESS_NAME Instance method Public Method Returns the process-name attribute 20100920
24 GET_TOOL Instance method Public Method Returns the tool attribute 20100920
25 GET_TOOL_ID Instance method Public Method Returns the tool-id attribute 20100920
26 SET_COMPANY_NAME Instance method Public Method Sets the company-name attribute 20100920
27 SET_CONTACT_EMAIL Instance method Public Method Sets the contact-email attribute 20100920
28 SET_CONTACT_NAME Instance method Public Method Sets the contact-name attribute 20100920
29 SET_CONTACT_PHONE Instance method Public Method Sets the contact-phone attribute 20100920
30 SET_DATE Instance method Public Method Sets the date attribute 20100920
31 SET_JOB_ID Instance method Public Method Sets the job-id attribute 20100920
32 SET_NAMESPACE_PREFIX_MAPPING Instance method Public Method 20100920
33 SET_NOTES Instance method Public Method Sets the note elements 20100920
34 SET_PHASE_NAME Instance method Public Method Sets the phase-name attribute 20100920
35 SET_PROCESS_NAME Instance method Public Method Sets the process-name attribute 20100920
36 SET_TOOL Instance method Public Method Sets the tool attribute 20100920
37 SET_TOOL_ID Instance method Public Method Sets the tool-id attribute 20100920
Events
Interface IF_XLF_ELEM_PHASE has no event.
Types
Interface IF_XLF_ELEM_PHASE has no local type.
Method Signatures

Method AS_STRING Signature

Method AS_STRING on Interface IF_XLF_ELEM_PHASE has no parameter.
Method AS_STRING on Interface IF_XLF_ELEM_PHASE has no exception.

Method AS_XML_ELEMENT Signature

Method AS_XML_ELEMENT on Interface IF_XLF_ELEM_PHASE has no parameter.
Method AS_XML_ELEMENT on Interface IF_XLF_ELEM_PHASE has no exception.

Method AS_XML_NODE Signature

Method AS_XML_NODE on Interface IF_XLF_ELEM_PHASE has no parameter.
Method AS_XML_NODE on Interface IF_XLF_ELEM_PHASE has no exception.

Method CLONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CLONE Value transfer Object reference (TYPE REF TO) IF_XLF_ELEM_PHASE A clone of this element 20100920

Method CLONE on Interface IF_XLF_ELEM_PHASE has no exception.

Method EQUALS Signature

Method EQUALS on Interface IF_XLF_ELEM_PHASE has no parameter.
Method EQUALS on Interface IF_XLF_ELEM_PHASE has no exception.

Method GET_ATTRIBUTES Signature

Method GET_ATTRIBUTES on Interface IF_XLF_ELEM_PHASE has no parameter.
Method GET_ATTRIBUTES on Interface IF_XLF_ELEM_PHASE has no exception.

Method GET_CHILDREN Signature

Method GET_CHILDREN on Interface IF_XLF_ELEM_PHASE has no parameter.
Method GET_CHILDREN on Interface IF_XLF_ELEM_PHASE has no exception.

Method GET_CHILDREN_FINGERPRINT Signature

Method GET_CHILDREN_FINGERPRINT on Interface IF_XLF_ELEM_PHASE has no parameter.
Method GET_CHILDREN_FINGERPRINT on Interface IF_XLF_ELEM_PHASE has no exception.

Method GET_COMPANY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMPANY_NAME Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_COMPANY_NAME The company-name attribute. Might be unbound. 20100920

Method GET_COMPANY_NAME on Interface IF_XLF_ELEM_PHASE has no exception.

Method GET_CONTACT_EMAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONTACT_EMAIL Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_CONTACT_EMAIL The contact-email attribute. Might be unbound. 20100920

Method GET_CONTACT_EMAIL on Interface IF_XLF_ELEM_PHASE has no exception.

Method GET_CONTACT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONTACT_NAME Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_CONTACT_NAME The contact-name attribute. Might be unbound. 20100920

Method GET_CONTACT_NAME on Interface IF_XLF_ELEM_PHASE has no exception.

Method GET_CONTACT_PHONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CONTACT_PHONE Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_CONTACT_PHONE The contact-phone attribute. Might be unbound. 20100920

Method GET_CONTACT_PHONE on Interface IF_XLF_ELEM_PHASE has no exception.

Method GET_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DATE Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_DATE The date attribute. Might be unbound. 20100920

Method GET_DATE on Interface IF_XLF_ELEM_PHASE has no exception.

Method GET_FINGERPRINT Signature

Method GET_FINGERPRINT on Interface IF_XLF_ELEM_PHASE has no parameter.
Method GET_FINGERPRINT on Interface IF_XLF_ELEM_PHASE has no exception.

Method GET_JOB_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning JOB_ID Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_JOB_ID The job-id attribute. Might be unbound. 20100920

Method GET_JOB_ID on Interface IF_XLF_ELEM_PHASE has no exception.

Method GET_NAME Signature

Method GET_NAME on Interface IF_XLF_ELEM_PHASE has no parameter.
Method GET_NAME on Interface IF_XLF_ELEM_PHASE has no exception.

Method GET_NAMESPACE_PREFIX_MAPPING Signature

Method GET_NAMESPACE_PREFIX_MAPPING on Interface IF_XLF_ELEM_PHASE has no parameter.
Method GET_NAMESPACE_PREFIX_MAPPING on Interface IF_XLF_ELEM_PHASE has no exception.

Method GET_NAMESPACE_URI Signature

Method GET_NAMESPACE_URI on Interface IF_XLF_ELEM_PHASE has no parameter.
Method GET_NAMESPACE_URI on Interface IF_XLF_ELEM_PHASE has no exception.

Method GET_NOTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NOTES Value transfer Type reference (TYPE) TXLF_NOTE List of child notes 20100920

Method GET_NOTES on Interface IF_XLF_ELEM_PHASE has no exception.

Method GET_PARENT Signature

Method GET_PARENT on Interface IF_XLF_ELEM_PHASE has no parameter.
Method GET_PARENT on Interface IF_XLF_ELEM_PHASE has no exception.

Method GET_PHASE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PHASE_NAME Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_PHASE_NAME The phase-name attribute 20100920

Method GET_PHASE_NAME on Interface IF_XLF_ELEM_PHASE has no exception.

Method GET_PREFIX Signature

Method GET_PREFIX on Interface IF_XLF_ELEM_PHASE has no parameter.
Method GET_PREFIX on Interface IF_XLF_ELEM_PHASE has no exception.

Method GET_PROCESS_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PROCESS_NAME Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_PROCESS_NAME The process-name attribute 20100920

Method GET_PROCESS_NAME on Interface IF_XLF_ELEM_PHASE has no exception.

Method GET_TOOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TOOL Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_TOOL The tool-attribute. Might be unbound. 20100920

Method GET_TOOL on Interface IF_XLF_ELEM_PHASE has no exception.

Method GET_TOOL_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TOOL_ID Value transfer Object reference (TYPE REF TO) IF_XLF_ATTR_TOOL_ID The tool-id attribute. Might be unbound. 20100920

Method GET_TOOL_ID on Interface IF_XLF_ELEM_PHASE has no exception.

Method SET_COMPANY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMPANY_NAME Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_COMPANY_NAME The company-name attribute. May be unbound. 20100920

Method SET_COMPANY_NAME on Interface IF_XLF_ELEM_PHASE has no exception.

Method SET_CONTACT_EMAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTACT_EMAIL Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_CONTACT_EMAIL The contact-email attribute. May be unbound. 20100920

Method SET_CONTACT_EMAIL on Interface IF_XLF_ELEM_PHASE has no exception.

Method SET_CONTACT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTACT_NAME Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_CONTACT_NAME The contact-name attribute. May be unbound. 20100920

Method SET_CONTACT_NAME on Interface IF_XLF_ELEM_PHASE has no exception.

Method SET_CONTACT_PHONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTACT_PHONE Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_CONTACT_PHONE The contact-phone attribute. May be unbound. 20100920

Method SET_CONTACT_PHONE on Interface IF_XLF_ELEM_PHASE has no exception.

Method SET_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATE Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_DATE The date-attribute. May be unbound. 20100920

Method SET_DATE on Interface IF_XLF_ELEM_PHASE has no exception.

Method SET_JOB_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing JOB_ID Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_JOB_ID The job-id attribute. May be unbound. 20100920

Method SET_JOB_ID on Interface IF_XLF_ELEM_PHASE has no exception.

Method SET_NAMESPACE_PREFIX_MAPPING Signature

Method SET_NAMESPACE_PREFIX_MAPPING on Interface IF_XLF_ELEM_PHASE has no parameter.
Method SET_NAMESPACE_PREFIX_MAPPING on Interface IF_XLF_ELEM_PHASE has no exception.

Method SET_NOTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NOTES Call by reference Type reference (TYPE) TXLF_NOTE List of child notes 20100920

Method SET_NOTES on Interface IF_XLF_ELEM_PHASE has no exception.

Method SET_PHASE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PHASE_NAME Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_PHASE_NAME The phase-name attribute. Must be bound. 20100920

Method SET_PHASE_NAME on Interface IF_XLF_ELEM_PHASE has no exception.

Method SET_PROCESS_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROCESS_NAME Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_PROCESS_NAME The process-name attribute. Must be bound. 20100920

Method SET_PROCESS_NAME on Interface IF_XLF_ELEM_PHASE has no exception.

Method SET_TOOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TOOL Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_TOOL The tool attribute. May be unbound. 20100920

Method SET_TOOL on Interface IF_XLF_ELEM_PHASE has no exception.

Method SET_TOOL_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TOOL_ID Call by reference Object reference (TYPE REF TO) IF_XLF_ATTR_TOOL_ID The tool-id attribute. May be unbound. 20100920

Method SET_TOOL_ID on Interface IF_XLF_ELEM_PHASE has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 703