public class FixVersionImpl extends PackageElementWalker
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
bFixIDs |
protected boolean |
bLayoutPrepToStripping |
protected boolean |
bOK |
protected boolean |
bZappDeprecated |
protected boolean |
bZappInvalid |
protected boolean |
fixICSVersions |
protected JDFElement.EnumVersion |
version |
logtheFactory| Constructor and Description |
|---|
FixVersionImpl(FixVersionImpl fixVersion) |
FixVersionImpl(JDFElement.EnumVersion _version) |
| Modifier and Type | Method and Description |
|---|---|
protected BaseWalker |
constructWalker(String name) |
boolean |
convert(KElement e)
convert the element e to whichever version has been set up here
|
boolean |
isFixICSVersions() |
boolean |
isFixVersionIDFix() |
boolean |
isOK()
any problems on the way?
|
boolean |
isZappDeprecated() |
protected boolean |
lessThanVersion(JDFElement.EnumVersion v)
returns true if v is less than the target version
|
void |
setBZappInvalid(boolean zappInvalid) |
void |
setFixICSVersions(boolean pFixICSVersions) |
void |
setFixVersionIDFix(boolean fixVersionIDFix) |
void |
setLayoutPrepToStripping(boolean layoutPrepToStripping) |
void |
setZappDeprecated(boolean bZappDeprecated) |
String |
toString() |
protected void |
updateAssemblyIDS(JDFElement e) |
getFactorywalkTree, walkTreeKidsFirstprotected boolean bFixIDs
protected boolean bZappInvalid
protected boolean bZappDeprecated
protected final JDFElement.EnumVersion version
protected boolean bOK
protected boolean fixICSVersions
protected boolean bLayoutPrepToStripping
public FixVersionImpl(JDFElement.EnumVersion _version)
_version - public FixVersionImpl(FixVersionImpl fixVersion)
fixVersion - public boolean isZappDeprecated()
public void setZappDeprecated(boolean bZappDeprecated)
bZappDeprecated - the bZappDeprecated to setpublic boolean isFixICSVersions()
public void setFixICSVersions(boolean pFixICSVersions)
pFixICSVersions - the fixICSVersions to setpublic boolean isFixVersionIDFix()
public boolean isOK()
public void setFixVersionIDFix(boolean fixVersionIDFix)
fixVersionIDFix - the bFixVersionIDFix to set if true then invalid, i.e. numeric ID, IDREF and IDREFS are prefixed with an '_' when calling
fixVersionpublic void setLayoutPrepToStripping(boolean layoutPrepToStripping)
layoutPrepToStripping - the bLayoutPrepToStripping to setpublic boolean convert(KElement e)
e - the element to convert - typically a JDF elementprotected void updateAssemblyIDS(JDFElement e)
e - the assembly or assemblysection to updateprotected boolean lessThanVersion(JDFElement.EnumVersion v)
v - public String toString()
toString in class ElementWalkerObject.toString()public void setBZappInvalid(boolean zappInvalid)
zappInvalid - the bZappInvalid to setprotected BaseWalker constructWalker(String name)
constructWalker in class PackageElementWalkerPackageElementWalker.constructWalker(java.lang.String)Copyright © 2015. All rights reserved.