public class TransformerResourceType extends ResourceType
Constructor and Description |
---|
TransformerResourceType()
Creates a new
TransformerResourceType instance. |
Modifier and Type | Method and Description |
---|---|
TransformerResourceType |
clone()
Creates and returns a copy of this object.
|
List<TransformationOutputProperty> |
getTransformationOutputProperties()
Gets the transformation output properties to apply.
|
List<TransformationParameterResource> |
getTransformationParameterResources()
Gets the transformation parameter resource to apply.
|
List<TransformationParameter> |
getTransformationParameters()
Gets the transformation parameters to apply.
|
getConnectTimeout, getLocation, getReadTimeout, isOptional, setConnectTimeout, setLocation, setOptional, setReadTimeout, toString
public TransformerResourceType()
TransformerResourceType
instance.public final List<TransformationParameterResource> getTransformationParameterResources()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make
to the returned list will be present inside the object. This is why there is no set
method for the
transformation parameter resources property.
public final List<TransformationParameter> getTransformationParameters()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make
to the returned list will be present inside the object. This is why there is no set
method for the
transformation parameters property.
public final List<TransformationOutputProperty> getTransformationOutputProperties()
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make
to the returned list will be present inside the object. This is why there is no set
method for the
transformation output properties property.
public TransformerResourceType clone()
clone
in class ResourceType
Copyright © 2005-2013 The JOMC Project. All Rights Reserved.