Uses of Interface
org.eclipse.modisco.jee.webapp.webapp25.String

Packages that use String
org.eclipse.modisco.jee.webapp.webapp25   
 

Uses of String in org.eclipse.modisco.jee.webapp.webapp25
 

Subinterfaces of String in org.eclipse.modisco.jee.webapp.webapp25
 interface AuthMethodType
          A representation of the model object 'Auth Method Type'.
 interface DispatcherType
          A representation of the model object 'Dispatcher Type'.
 interface DisplayNameType
          A representation of the model object 'Display Name Type'.
 interface EjbLinkType
          A representation of the model object 'Ejb Link Type'.
 interface EjbRefNameType
          A representation of the model object 'Ejb Ref Name Type'.
 interface EjbRefTypeType
          A representation of the model object 'Ejb Ref Type Type'.
 interface EnvEntryTypeValuesType
          A representation of the model object 'Env Entry Type Values Type'.
 interface FilterNameType
          A representation of the model object 'Filter Name Type'.
 interface FullyQualifiedClassType
          A representation of the model object 'Fully Qualified Class Type'.
 interface GenericBooleanType
          A representation of the model object 'Generic Boolean Type'.
 interface HomeType
          A representation of the model object 'Home Type'.
 interface JavaIdentifierType
          A representation of the model object 'Java Identifier Type'.
 interface JavaTypeType
          A representation of the model object 'Java Type Type'.
 interface JndiNameType
          A representation of the model object 'Jndi Name Type'.
 interface JspFileType
          A representation of the model object 'Jsp File Type'.
 interface LocalHomeType
          A representation of the model object 'Local Home Type'.
 interface LocalType
          A representation of the model object 'Local Type'.
 interface MessageDestinationLinkType
          A representation of the model object 'Message Destination Link Type'.
 interface MessageDestinationTypeType
          A representation of the model object 'Message Destination Type Type'.
 interface MessageDestinationUsageType
          A representation of the model object 'Message Destination Usage Type'.
 interface MimeTypeType
          A representation of the model object 'Mime Type Type'.
 interface NonEmptyStringType
          A representation of the model object 'Non Empty String Type'.
 interface PathType
          A representation of the model object 'Path Type'.
 interface PersistenceContextTypeType
          A representation of the model object 'Persistence Context Type Type'.
 interface RemoteType
          A representation of the model object 'Remote Type'.
 interface ResAuthType
          A representation of the model object 'Res Auth Type'.
 interface ResSharingScopeType
          A representation of the model object 'Res Sharing Scope Type'.
 interface RoleNameType
          A representation of the model object 'Role Name Type'.
 interface ServletNameType
          A representation of the model object 'Servlet Name Type'.
 interface TransportGuaranteeType
          A representation of the model object 'Transport Guarantee Type'.
 interface WarPathType
          A representation of the model object 'War Path Type'.
 

Methods in org.eclipse.modisco.jee.webapp.webapp25 that return String
 String Webapp25Factory.createString()
          Returns a new object of class 'String'.
 String MimeMappingType.getExtension()
          Returns the value of the 'Extension' containment reference.
 String ServiceRefHandlerType.getHandlerName()
          Returns the value of the 'Handler Name' containment reference.
 String MessageDestinationType.getMessageDestinationName()
          Returns the value of the 'Message Destination Name' containment reference.
 String JspPropertyGroupType.getPageEncoding()
          Returns the value of the 'Page Encoding' containment reference.
 String ParamValueType.getParamName()
          Returns the value of the 'Param Name' containment reference.
 String PersistenceContextRefType.getPersistenceUnitName()
          Returns the value of the 'Persistence Unit Name' containment reference.
 String PersistenceUnitRefType.getPersistenceUnitName()
          Returns the value of the 'Persistence Unit Name' containment reference.
 String PortComponentRefType.getPortComponentLink()
          Returns the value of the 'Port Component Link' containment reference.
 String LoginConfigType.getRealmName()
          Returns the value of the 'Realm Name' containment reference.
 String TaglibType.getTaglibUri()
          Returns the value of the 'Taglib Uri' containment reference.
 String WebResourceCollectionType.getWebResourceName()
          Returns the value of the 'Web Resource Name' containment reference.
 

Methods in org.eclipse.modisco.jee.webapp.webapp25 with parameters of type String
 void MimeMappingType.setExtension(String value)
          Sets the value of the 'Extension' containment reference.
 void ServiceRefHandlerType.setHandlerName(String value)
          Sets the value of the 'Handler Name' containment reference.
 void MessageDestinationType.setMessageDestinationName(String value)
          Sets the value of the 'Message Destination Name' containment reference.
 void JspPropertyGroupType.setPageEncoding(String value)
          Sets the value of the 'Page Encoding' containment reference.
 void ParamValueType.setParamName(String value)
          Sets the value of the 'Param Name' containment reference.
 void PersistenceContextRefType.setPersistenceUnitName(String value)
          Sets the value of the 'Persistence Unit Name' containment reference.
 void PersistenceUnitRefType.setPersistenceUnitName(String value)
          Sets the value of the 'Persistence Unit Name' containment reference.
 void PortComponentRefType.setPortComponentLink(String value)
          Sets the value of the 'Port Component Link' containment reference.
 void LoginConfigType.setRealmName(String value)
          Sets the value of the 'Realm Name' containment reference.
 void TaglibType.setTaglibUri(String value)
          Sets the value of the 'Taglib Uri' containment reference.
 void WebResourceCollectionType.setWebResourceName(String value)
          Sets the value of the 'Web Resource Name' containment reference.